diff options
author | mpp <mpp@FreeBSD.org> | 1997-02-12 17:47:28 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-02-12 17:47:28 +0000 |
commit | 7f658274809c098a3c670bbc23910832ff310680 (patch) | |
tree | 977d551255ce020260401b61418c1e2c9b4f61ee /sys/miscfs/nullfs | |
parent | 6ada6e6681137c887e59c0b14fa97064ee7e91c2 (diff) | |
download | FreeBSD-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.c | 1 |
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> |