diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-29 16:06:56 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-29 16:06:56 +0000 |
commit | cf9fa8e72541441be08abdd3a8475449da7d7995 (patch) | |
tree | 96a325b75cd2201d7fe7ff7173caccb9185d5376 /sys/dev/rc | |
parent | d74a913b68131656f4e2dbd1a87d52d31fcfaa47 (diff) | |
download | src-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/dev/rc')
-rw-r--r-- | sys/dev/rc/rc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 11da8ac39bd9..2b55c523e6bc 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -42,7 +42,6 @@ #include <sys/ipl.h> #include <sys/kernel.h> #include <sys/tty.h> -#include <sys/proc.h> #include <sys/conf.h> #include <sys/dkstat.h> #include <sys/fcntl.h> |