mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Add #include <sys/sysproto.h> to get struct close_args and close
function prototype.
This commit is contained in:
parent
ad7507e248
commit
ab91e8eff2
2 changed files with 4 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
|||
*
|
||||
* @(#)portal_vnops.c 8.8 (Berkeley) 1/21/94
|
||||
*
|
||||
* $Id: portal_vnops.c,v 1.5 1995/03/28 07:57:02 bde Exp $
|
||||
* $Id: portal_vnops.c,v 1.6 1995/05/30 08:07:06 rgrimes Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -60,6 +60,7 @@
|
|||
#include <sys/socketvar.h>
|
||||
#include <sys/un.h>
|
||||
#include <sys/unpcb.h>
|
||||
#include <sys/sysproto.h>
|
||||
#include <miscfs/portal/portal.h>
|
||||
|
||||
static int portal_fileid = PORTAL_ROOTFILEID+1;
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
*
|
||||
* @(#)portal_vnops.c 8.8 (Berkeley) 1/21/94
|
||||
*
|
||||
* $Id: portal_vnops.c,v 1.5 1995/03/28 07:57:02 bde Exp $
|
||||
* $Id: portal_vnops.c,v 1.6 1995/05/30 08:07:06 rgrimes Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -60,6 +60,7 @@
|
|||
#include <sys/socketvar.h>
|
||||
#include <sys/un.h>
|
||||
#include <sys/unpcb.h>
|
||||
#include <sys/sysproto.h>
|
||||
#include <miscfs/portal/portal.h>
|
||||
|
||||
static int portal_fileid = PORTAL_ROOTFILEID+1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue