summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-29 16:06:56 +0000
committerphk <phk@FreeBSD.org>2000-10-29 16:06:56 +0000
commitff5cdfae2d43687676881bd95b27cb1781a8baab (patch)
tree3a0dc85f55280f8af0b29effb14ef7ca2aacb220 /sys/netinet/in.c
parent9c7c34c6a0baffc7ddae058f6497b0246a417f78 (diff)
downloadFreeBSD-src-ff5cdfae2d43687676881bd95b27cb1781a8baab.zip
FreeBSD-src-ff5cdfae2d43687676881bd95b27cb1781a8baab.tar.gz
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>.
Diffstat (limited to 'sys/netinet/in.c')
-rw-r--r--sys/netinet/in.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/in.c b/sys/netinet/in.c
index 79e5721..7dcfe87 100644
--- a/sys/netinet/in.c
+++ b/sys/netinet/in.c
@@ -38,7 +38,6 @@
#include <sys/systm.h>
#include <sys/sockio.h>
#include <sys/malloc.h>
-#include <sys/proc.h>
#include <sys/socket.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
OpenPOWER on IntegriCloud