summaryrefslogtreecommitdiff
path: root/mktemp.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-11 10:40:23 +1100
committerDamien Miller <djm@mindrot.org>1999-11-11 10:40:23 +1100
commitab18c412e6773b34e4640e4b9277573fd91a66bf (patch)
treef0ab48cd9e112a4d866785d2a5b64eda39986b4e /mktemp.c
parentb77870fa7341d95024e55a116a3454e9bfe2f21e (diff)
- Added (untested) Entropy Gathering Daemon (EGD) support
- Merged several minor fixed: - ssh-agent commandline parsing - RPM spec file now installs ssh setuid root - Makefile creates libdir - Merged beginnings of Solaris compability from Marc G. Fournier <marc.fournier@acadiau.ca>
Diffstat (limited to 'mktemp.c')
-rw-r--r--mktemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mktemp.c b/mktemp.c
index de11a6b53..be03ac909 100644
--- a/mktemp.c
+++ b/mktemp.c
@@ -52,7 +52,7 @@ static char rcsid[] = "$OpenBSD: mktemp.c,v 1.13 1998/06/30 23:03:13 deraadt Exp
52 52
53#ifndef HAVE_MKDTEMP 53#ifndef HAVE_MKDTEMP
54 54
55static int _gettemp __P((char *, int *, int, int)); 55static int _gettemp(char *, int *, int, int);
56 56
57int 57int
58mkstemps(path, slen) 58mkstemps(path, slen)