- 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>
diff --git a/mktemp.c b/mktemp.c
index de11a6b..be03ac9 100644
--- a/mktemp.c
+++ b/mktemp.c
@@ -52,7 +52,7 @@
 
 #ifndef HAVE_MKDTEMP
 
-static int _gettemp __P((char *, int *, int, int));
+static int _gettemp(char *, int *, int, int);
 
 int
 mkstemps(path, slen)