diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-11 10:40:23 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-11 10:40:23 +1100 |
commit | ab18c412e6773b34e4640e4b9277573fd91a66bf (patch) | |
tree | f0ab48cd9e112a4d866785d2a5b64eda39986b4e /mktemp.c | |
parent | b77870fa7341d95024e55a116a3454e9bfe2f21e (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
55 | static int _gettemp __P((char *, int *, int, int)); | 55 | static int _gettemp(char *, int *, int, int); |
56 | 56 | ||
57 | int | 57 | int |
58 | mkstemps(path, slen) | 58 | mkstemps(path, slen) |