summaryrefslogtreecommitdiffstats
path: root/sys/netkey/key_debug.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 02:39:27 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 02:39:27 +0000
commit8c4c86de23351a059da32e84dccff0bbbc8d3c48 (patch)
tree2a41332f622d84e4f0df94b6de39425b6b6edb69 /sys/netkey/key_debug.c
parent7c9efde44f78fd47045d2489f43bb960037e6ac5 (diff)
downloadFreeBSD-src-8c4c86de23351a059da32e84dccff0bbbc8d3c48.zip
FreeBSD-src-8c4c86de23351a059da32e84dccff0bbbc8d3c48.tar.gz
Remove __P.
Diffstat (limited to 'sys/netkey/key_debug.c')
-rw-r--r--sys/netkey/key_debug.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/netkey/key_debug.c b/sys/netkey/key_debug.c
index 816d57d..8e7c5d9 100644
--- a/sys/netkey/key_debug.c
+++ b/sys/netkey/key_debug.c
@@ -59,17 +59,17 @@
#include <stdlib.h>
#endif /* !_KERNEL */
-static void kdebug_sadb_prop __P((struct sadb_ext *));
-static void kdebug_sadb_identity __P((struct sadb_ext *));
-static void kdebug_sadb_supported __P((struct sadb_ext *));
-static void kdebug_sadb_lifetime __P((struct sadb_ext *));
-static void kdebug_sadb_sa __P((struct sadb_ext *));
-static void kdebug_sadb_address __P((struct sadb_ext *));
-static void kdebug_sadb_key __P((struct sadb_ext *));
-static void kdebug_sadb_x_sa2 __P((struct sadb_ext *));
+static void kdebug_sadb_prop(struct sadb_ext *);
+static void kdebug_sadb_identity(struct sadb_ext *);
+static void kdebug_sadb_supported(struct sadb_ext *);
+static void kdebug_sadb_lifetime(struct sadb_ext *);
+static void kdebug_sadb_sa(struct sadb_ext *);
+static void kdebug_sadb_address(struct sadb_ext *);
+static void kdebug_sadb_key(struct sadb_ext *);
+static void kdebug_sadb_x_sa2(struct sadb_ext *);
#ifdef _KERNEL
-static void kdebug_secreplay __P((struct secreplay *));
+static void kdebug_secreplay(struct secreplay *);
#endif
#ifndef _KERNEL
OpenPOWER on IntegriCloud