From ab18c412e6773b34e4640e4b9277573fd91a66bf Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 11 Nov 1999 10:40:23 +1100 Subject: - 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 --- mktemp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mktemp.c') 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 #ifndef HAVE_MKDTEMP -static int _gettemp __P((char *, int *, int, int)); +static int _gettemp(char *, int *, int, int); int mkstemps(path, slen) -- cgit v1.2.3