diff options
author | phk <phk@FreeBSD.org> | 2000-10-29 16:06:56 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-10-29 16:06:56 +0000 |
commit | ff5cdfae2d43687676881bd95b27cb1781a8baab (patch) | |
tree | 3a0dc85f55280f8af0b29effb14ef7ca2aacb220 /sys/dev/random/randomdev.c | |
parent | 9c7c34c6a0baffc7ddae058f6497b0246a417f78 (diff) | |
download | FreeBSD-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/dev/random/randomdev.c')
-rw-r--r-- | sys/dev/random/randomdev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c index 2f3e4a3..13230db 100644 --- a/sys/dev/random/randomdev.c +++ b/sys/dev/random/randomdev.c @@ -37,7 +37,6 @@ #include <sys/module.h> #include <sys/bus.h> #include <sys/poll.h> -#include <sys/proc.h> #include <sys/select.h> #include <sys/random.h> #include <sys/vnode.h> |