aboutsummaryrefslogtreecommitdiff
path: root/sys/netatalk/ddp_pcb.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/netatalk/ddp_pcb.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/netatalk/ddp_pcb.c')
-rw-r--r--sys/netatalk/ddp_pcb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netatalk/ddp_pcb.c b/sys/netatalk/ddp_pcb.c
index 9fa97893853e..167c0b36aefb 100644
--- a/sys/netatalk/ddp_pcb.c
+++ b/sys/netatalk/ddp_pcb.c
@@ -1,11 +1,12 @@
/*
* Copyright (c) 1990,1994 Regents of The University of Michigan.
* All Rights Reserved. See COPYRIGHT.
+ *
+ * $FreeBSD$
*/
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/proc.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/socket.h>