summaryrefslogtreecommitdiffstats
path: root/usr.sbin/netgroup_mkdb
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-02-17 19:42:18 +0000
committermillert <millert@openbsd.org>2002-02-17 19:42:18 +0000
commitf3c3a9c6dfeacc6897a86575161336d2a48e6df1 (patch)
treed14445e214d1b0db31b5a8d6f8b1f2938a91057e /usr.sbin/netgroup_mkdb
parentDocument that both localhost and the local hostname needs to be able to (diff)
downloadwireguard-openbsd-f3c3a9c6dfeacc6897a86575161336d2a48e6df1.tar.xz
wireguard-openbsd-f3c3a9c6dfeacc6897a86575161336d2a48e6df1.zip
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'usr.sbin/netgroup_mkdb')
-rw-r--r--usr.sbin/netgroup_mkdb/netgroup_mkdb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/netgroup_mkdb/netgroup_mkdb.c b/usr.sbin/netgroup_mkdb/netgroup_mkdb.c
index dedd22da1fc..821cfddeb7c 100644
--- a/usr.sbin/netgroup_mkdb/netgroup_mkdb.c
+++ b/usr.sbin/netgroup_mkdb/netgroup_mkdb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: netgroup_mkdb.c,v 1.9 2002/02/16 21:28:06 millert Exp $ */
+/* $OpenBSD: netgroup_mkdb.c,v 1.10 2002/02/17 19:42:38 millert Exp $ */
/*
* Copyright (c) 1994 Christos Zoulas
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
#ifndef lint
-static char *rcsid = "$OpenBSD: netgroup_mkdb.c,v 1.9 2002/02/16 21:28:06 millert Exp $";
+static char *rcsid = "$OpenBSD: netgroup_mkdb.c,v 1.10 2002/02/17 19:42:38 millert Exp $";
#endif
#include <sys/types.h>
@@ -71,8 +71,8 @@ struct nentry {
static DB *ng_insert(DB *, const char *);
-static void ng_reventry __P((DB *, DB *, struct nentry *, char *,
- size_t, struct stringlist *));
+static void ng_reventry(DB *, DB *, struct nentry *, char *,
+ size_t, struct stringlist *);
static void ng_print(struct nentry *, struct string *);
static void ng_rprint(DB *, struct string *);