Include priv.h to pick up suser(9) definitions, missed in an earlier

commit.

Warnings spotted by:	kris
This commit is contained in:
Robert Watson 2007-06-13 22:42:43 +00:00
parent 7dba15b72b
commit c2259ba44f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170689
6 changed files with 6 additions and 3 deletions

View File

@ -70,10 +70,10 @@
#include <sys/mbuf.h>
#include <sys/proc.h>
#include <sys/errno.h>
#include <sys/priv.h>
#include <sys/protosw.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <net/if.h>

View File

@ -68,13 +68,13 @@
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/priv.h>
#include <sys/proc.h>
#include <sys/protosw.h>
#include <sys/signalvar.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/sx.h>
#include <sys/systm.h>
#include <sys/syslog.h>
#include <net/if.h>

View File

@ -69,13 +69,13 @@
#include <sys/proc.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/priv.h>
#include <sys/protosw.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/sysctl.h>
#include <sys/errno.h>
#include <sys/stat.h>
#include <sys/systm.h>
#include <sys/syslog.h>
#include <net/if.h>

View File

@ -66,6 +66,7 @@ __FBSDID("$FreeBSD$");
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/priv.h>
#include <sys/sockio.h>
#include <sys/socket.h>

View File

@ -80,6 +80,7 @@ __FBSDID("$FreeBSD$");
#include <sys/socketvar.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/priv.h>
#include <sys/dirent.h>
#include <sys/stat.h>
#include <sys/kernel.h>

View File

@ -51,6 +51,7 @@
#include <sys/module.h>
#include <sys/mount.h>
#include <sys/mutex.h>
#include <sys/priv.h>
#include <sys/systm.h>
#include <sys/vnode.h>
#include <sys/sysctl.h>