o Add missing #include's of sys/proc.h, missed in merge, required to

dereference td->td_proc->p_ucred.
This commit is contained in:
Robert Watson 2001-12-31 20:05:26 +00:00
parent b00dcfdf74
commit 474c19561b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88743
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ __FBSDID("$FreeBSD$");
#include <sys/malloc.h>
#include <sys/mount.h>
#include <sys/mbuf.h>
#include <sys/proc.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/uio.h>

View File

@ -49,6 +49,7 @@ __FBSDID("$FreeBSD$");
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/proc.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/uio.h>