mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Include <sys/kernel.h> not <kernel.h>
This commit is contained in:
parent
c0ba84e4a3
commit
c7b5eaccd6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3034
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user