summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/nullfs
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-02-12 17:47:28 +0000
committermpp <mpp@FreeBSD.org>1997-02-12 17:47:28 +0000
commit7f658274809c098a3c670bbc23910832ff310680 (patch)
tree977d551255ce020260401b61418c1e2c9b4f61ee /sys/miscfs/nullfs
parent6ada6e6681137c887e59c0b14fa97064ee7e91c2 (diff)
downloadFreeBSD-src-7f658274809c098a3c670bbc23910832ff310680.zip
FreeBSD-src-7f658274809c098a3c670bbc23910832ff310680.tar.gz
Restore of #include <sys/kernel.h> so that this compiles without
warnings again.
Diffstat (limited to 'sys/miscfs/nullfs')
-rw-r--r--sys/miscfs/nullfs/null_vfsops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/miscfs/nullfs/null_vfsops.c b/sys/miscfs/nullfs/null_vfsops.c
index 98d2c6f..badab66 100644
--- a/sys/miscfs/nullfs/null_vfsops.c
+++ b/sys/miscfs/nullfs/null_vfsops.c
@@ -46,6 +46,7 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/kernel.h>
#include <sys/proc.h>
#include <sys/time.h>
#include <sys/types.h>
OpenPOWER on IntegriCloud