aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/newkey/update.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-22 01:33:25 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-22 01:33:25 +0000
commitd3cb5ded92a4fcf21400c9742ca884549bebc99e (patch)
treebdbefa52f70f43a70ad528a58194f71ca4abf1e3 /usr.bin/newkey/update.c
parentf1bb2cd2aa7488657658fbc09aae2ead579049ab (diff)
Notes
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 972c0e396bfa..af397a1ceed4 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,