Include <sys/kernel.h> not <kernel.h>

This commit is contained in:
David Greenman 1994-09-23 11:01:58 +00:00
parent c0ba84e4a3
commit c7b5eaccd6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3034
2 changed files with 4 additions and 4 deletions

View File

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

View File

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