summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/fs/portalfs/portal_vfsops.c4
-rw-r--r--sys/miscfs/portal/portal_vfsops.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/fs/portalfs/portal_vfsops.c b/sys/fs/portalfs/portal_vfsops.c
index d3680eb..9618ecb 100644
--- a/sys/fs/portalfs/portal_vfsops.c
+++ b/sys/fs/portalfs/portal_vfsops.c
@@ -35,7 +35,7 @@
*
* @(#)portal_vfsops.c 8.6 (Berkeley) 1/21/94
*
- * $Id: portal_vfsops.c,v 1.2 1994/09/21 03:47:04 wollman Exp $
+ * $Id: portal_vfsops.c,v 1.3 1994/09/22 19:38:17 wollman Exp $
*/
/*
@@ -44,7 +44,7 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <kernel.h>
+#include <sys/kernel.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/proc.h>
diff --git a/sys/miscfs/portal/portal_vfsops.c b/sys/miscfs/portal/portal_vfsops.c
index d3680eb..9618ecb 100644
--- a/sys/miscfs/portal/portal_vfsops.c
+++ b/sys/miscfs/portal/portal_vfsops.c
@@ -35,7 +35,7 @@
*
* @(#)portal_vfsops.c 8.6 (Berkeley) 1/21/94
*
- * $Id: portal_vfsops.c,v 1.2 1994/09/21 03:47:04 wollman Exp $
+ * $Id: portal_vfsops.c,v 1.3 1994/09/22 19:38:17 wollman Exp $
*/
/*
@@ -44,7 +44,7 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <kernel.h>
+#include <sys/kernel.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/proc.h>
OpenPOWER on IntegriCloud