Add #include <sys/sysproto.h> to get struct close_args and close

function prototype.
This commit is contained in:
Steven Wallace 1995-10-08 00:09:00 +00:00
parent ad7507e248
commit ab91e8eff2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11333
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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;