aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-10-29 16:06:56 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-10-29 16:06:56 +0000
commitcf9fa8e72541441be08abdd3a8475449da7d7995 (patch)
tree96a325b75cd2201d7fe7ff7173caccb9185d5376 /sys/netinet6/ip6_input.c
parentd74a913b68131656f4e2dbd1a87d52d31fcfaa47 (diff)
downloadsrc-cf9fa8e72541441be08abdd3a8475449da7d7995.tar.gz
src-cf9fa8e72541441be08abdd3a8475449da7d7995.zip
Move suser() and suser_xxx() prototypes and a related #define from
<sys/proc.h> to <sys/systm.h>. Correctly document the #includes needed in the manpage. Add one now needed #include of <sys/systm.h>. Remove the consequent 48 unused #includes of <sys/proc.h>.
Notes
Notes: svn path=/head/; revision=67893
Diffstat (limited to 'sys/netinet6/ip6_input.c')
-rw-r--r--sys/netinet6/ip6_input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c
index 7e83bf5ed86a..6ded43098824 100644
--- a/sys/netinet6/ip6_input.c
+++ b/sys/netinet6/ip6_input.c
@@ -82,7 +82,6 @@
#include <sys/time.h>
#include <sys/kernel.h>
#include <sys/syslog.h>
-#include <sys/proc.h>
#include <net/if.h>
#include <net/if_types.h>