mirror of
https://github.com/opnsense/src.git
synced 2026-07-02 13:59:43 -04:00
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:
parent
b00dcfdf74
commit
474c19561b
2 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue