summaryrefslogtreecommitdiff
path: root/sys/dist
diff options
context:
space:
mode:
authordsl <dsl@NetBSD.org>2009-03-14 14:45:51 +0000
committerdsl <dsl@NetBSD.org>2009-03-14 14:45:51 +0000
commit02cdf4d2c869ecfa1ae5484cf77eefe2fbcc6d94 (patch)
tree9a02e625d403e5fcedfdc6be4803e2404356bf31 /sys/dist
parentdfbb3f921a23a1aba4463f31ef9233ac94ce606c (diff)
Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
Diffstat (limited to 'sys/dist')
-rw-r--r--sys/dist/ipf/netinet/fil.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dist/ipf/netinet/fil.c b/sys/dist/ipf/netinet/fil.c
index 1ed4079555b..cce93e9fc68 100644
--- a/sys/dist/ipf/netinet/fil.c
+++ b/sys/dist/ipf/netinet/fil.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fil.c,v 1.43 2008/05/20 07:08:07 darrenr Exp $ */
+/* $NetBSD: fil.c,v 1.44 2009/03/14 14:46:09 dsl Exp $ */
/*
* Copyright (C) 1993-2003 by Darren Reed.
@@ -20,6 +20,7 @@
# if (__NetBSD_Version__ < 301000000)
# include "opt_ipfilter_log.h"
# else
+# include <sys/cdefs.h>
# include "opt_ipfilter.h"
# endif
# endif
@@ -154,7 +155,7 @@ struct file;
#if !defined(lint)
#if defined(__NetBSD__)
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fil.c,v 1.43 2008/05/20 07:08:07 darrenr Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fil.c,v 1.44 2009/03/14 14:46:09 dsl Exp $");
#else
static const char sccsid[] = "@(#)fil.c 1.36 6/5/96 (C) 1993-2000 Darren Reed";
static const char rcsid[] = "@(#)Id: fil.c,v 2.243.2.131 2008/04/09 10:47:28 darrenr Exp";