1. Removed duplicate include of <stdio.h>
authorJordan K. Hubbard <jkh@FreeBSD.org>
Sat, 4 Jun 1994 07:11:51 +0000 (07:11 +0000)
committerJordan K. Hubbard <jkh@FreeBSD.org>
Sat, 4 Jun 1994 07:11:51 +0000 (07:11 +0000)
2. Replaced bogus __ARGS with __P

usr.bin/keyinit/skeyinit.c

index bf110c8..7c8e5d6 100644 (file)
@@ -5,7 +5,6 @@
 #include <string.h>
 #include <pwd.h>
 #include <skey.h>
 #include <string.h>
 #include <pwd.h>
 #include <skey.h>
-#include <stdio.h>
 #include <time.h>
 
 extern int optind;
 #include <time.h>
 
 extern int optind;
@@ -13,7 +12,7 @@ extern char *optarg;
 
 char * readpass();
 
 
 char * readpass();
 
-int skeylookup __ARGS((struct skey *mp,char *name));
+int skeylookup __P((struct skey *mp,char *name));
 
 #define NAMELEN 2
 int
 
 #define NAMELEN 2
 int