aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm
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/netatm
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/netatm')
-rw-r--r--sys/netatm/atm_usrreq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netatm/atm_usrreq.c b/sys/netatm/atm_usrreq.c
index fb27fc42cdee..41c2fd96b664 100644
--- a/sys/netatm/atm_usrreq.c
+++ b/sys/netatm/atm_usrreq.c
@@ -36,7 +36,6 @@
*/
#include <sys/param.h>
-#include <sys/proc.h>
#include <sys/sockio.h>
#include <sys/protosw.h>
#include <sys/socket.h>