1. Removed duplicate include of <stdio.h>

2. Replaced bogus __ARGS with __P
This commit is contained in:
Jordan K. Hubbard
1994-06-04 07:11:51 +00:00
parent 5a3b854f62
commit 25427c1d7e
+1 -2
View File
@@ -5,7 +5,6 @@
#include <string.h>
#include <pwd.h>
#include <skey.h>
#include <stdio.h>
#include <time.h>
extern int optind;
@@ -13,7 +12,7 @@ extern char *optarg;
char * readpass();
int skeylookup __ARGS((struct skey *mp,char *name));
int skeylookup __P((struct skey *mp,char *name));
#define NAMELEN 2
int