summaryrefslogtreecommitdiff
path: root/sys/miscfs/portal
diff options
context:
space:
mode:
authorSteven Wallace <swallace@FreeBSD.org>1995-10-08 00:09:00 +0000
committerSteven Wallace <swallace@FreeBSD.org>1995-10-08 00:09:00 +0000
commitab91e8eff2cd66ecaa04226f1950dab9e8d60f44 (patch)
tree6f8d75f40b3f70964ac0dfcb4a3715768e403991 /sys/miscfs/portal
parentad7507e248305927d8c7a35dcc9ec72608b039d7 (diff)
downloadsrc-test2-ab91e8eff2cd66ecaa04226f1950dab9e8d60f44.tar.gz
src-test2-ab91e8eff2cd66ecaa04226f1950dab9e8d60f44.zip
Notes
Diffstat (limited to 'sys/miscfs/portal')
-rw-r--r--sys/miscfs/portal/portal_vnops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/miscfs/portal/portal_vnops.c b/sys/miscfs/portal/portal_vnops.c
index 41fd2de3f416..4ee582485ecf 100644
--- a/sys/miscfs/portal/portal_vnops.c
+++ b/sys/miscfs/portal/portal_vnops.c
@@ -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;