Cleanup after Garret, include unpch.h to get at various macros..

This commit is contained in:
Søren Schmidt 1998-05-17 09:37:39 +00:00
parent 4a3bf3b27c
commit 0e1e9fdca6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36117
2 changed files with 4 additions and 2 deletions

View File

@ -35,7 +35,7 @@
*
* @(#)portal_vnops.c 8.14 (Berkeley) 5/21/95
*
* $Id: portal_vnops.c,v 1.29 1997/11/06 19:29:38 phk Exp $
* $Id: portal_vnops.c,v 1.30 1998/03/26 20:52:31 phk Exp $
*/
/*
@ -60,6 +60,7 @@
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/un.h>
#include <sys/unpcb.h>
#include <miscfs/portal/portal.h>
static int portal_fileid = PORTAL_ROOTFILEID+1;

View File

@ -35,7 +35,7 @@
*
* @(#)portal_vnops.c 8.14 (Berkeley) 5/21/95
*
* $Id: portal_vnops.c,v 1.29 1997/11/06 19:29:38 phk Exp $
* $Id: portal_vnops.c,v 1.30 1998/03/26 20:52:31 phk Exp $
*/
/*
@ -60,6 +60,7 @@
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/un.h>
#include <sys/unpcb.h>
#include <miscfs/portal/portal.h>
static int portal_fileid = PORTAL_ROOTFILEID+1;