summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-04-18 15:15:39 +0000
committerphk <phk@FreeBSD.org>2000-04-18 15:15:39 +0000
commit75e82c815e00de5ffd06e2f8af574ed5a4e6cf3d (patch)
tree1b08d65e5b35baf3026b56052c3e98564bf87a60 /sys/fs/nullfs
parent343196d29d5df7e5385c67a7ddf0f45e924f4ca2 (diff)
downloadFreeBSD-src-75e82c815e00de5ffd06e2f8af574ed5a4e6cf3d.zip
FreeBSD-src-75e82c815e00de5ffd06e2f8af574ed5a4e6cf3d.tar.gz
Remove unneeded <sys/buf.h> includes.
Due to some interesting cpp tricks in lockmgr, the LINT kernel shrinks by 924 bytes.
Diffstat (limited to 'sys/fs/nullfs')
-rw-r--r--sys/fs/nullfs/null_vnops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c
index 9600f3c..9861733 100644
--- a/sys/fs/nullfs/null_vnops.c
+++ b/sys/fs/nullfs/null_vnops.c
@@ -182,7 +182,6 @@
#include <sys/mount.h>
#include <sys/namei.h>
#include <sys/malloc.h>
-#include <sys/buf.h>
#include <miscfs/nullfs/null.h>
static int null_bug_bypass = 0; /* for debugging: enables bypass printf'ing */
OpenPOWER on IntegriCloud