aboutsummaryrefslogtreecommitdiff
path: root/sys/nwfs
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-04-18 15:15:39 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-04-18 15:15:39 +0000
commited6aff7387a072271291a3c7d9930312d44a5eaa (patch)
tree341673df0153edd60a37f298a5e49389b372dba4 /sys/nwfs
parentc38a7d5ebf391a0248b1bc8bc4592cdc34b91607 (diff)
downloadsrc-ed6aff7387a072271291a3c7d9930312d44a5eaa.tar.gz
src-ed6aff7387a072271291a3c7d9930312d44a5eaa.zip
Remove unneeded <sys/buf.h> includes.
Due to some interesting cpp tricks in lockmgr, the LINT kernel shrinks by 924 bytes.
Notes
Notes: svn path=/head/; revision=59368
Diffstat (limited to 'sys/nwfs')
-rw-r--r--sys/nwfs/nwfs_ioctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/nwfs/nwfs_ioctl.c b/sys/nwfs/nwfs_ioctl.c
index 1892cef8d872..a4c3bf684aeb 100644
--- a/sys/nwfs/nwfs_ioctl.c
+++ b/sys/nwfs/nwfs_ioctl.c
@@ -33,7 +33,6 @@
*/
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/buf.h>
#include <sys/proc.h>
#include <sys/mount.h>
#include <sys/vnode.h>