summaryrefslogtreecommitdiffstats
path: root/usr.bin/newkey/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/newkey/update.c')
-rw-r--r--usr.bin/newkey/update.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/newkey/update.c b/usr.bin/newkey/update.c
index 972c0e3..af397a1 100644
--- a/usr.bin/newkey/update.c
+++ b/usr.bin/newkey/update.c
@@ -70,8 +70,8 @@ static char PKFILE[] = "/etc/publickey";
#endif /* YP */
#ifdef YP
-static int _openchild __P((char *, FILE **, FILE **));
-static char *basename __P((char *path));
+static int _openchild(char *, FILE **, FILE **);
+static char *basename(char *path);
/*
* Determine if requester is allowed to update the given map,
@@ -234,7 +234,7 @@ basename(path)
#define ERR_DBASE 5
#define ERR_KEY 6
-static int match __P(( char * , char * ));
+static int match( char * , char * );
/*
* Determine if requester is allowed to update the given map,
OpenPOWER on IntegriCloud