summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-09-24 15:00:16 +0000
committerrwatson <rwatson@FreeBSD.org>2001-09-24 15:00:16 +0000
commit41efc0e62e2c54f94eeb2d5aee5b93ea35e0de6a (patch)
tree00febefc045ce675cd3f201defec2157f795f56f /sbin/ifconfig
parent7ce2a9a97ded74e41c4aa001aa38bec5163b0ebc (diff)
downloadFreeBSD-src-41efc0e62e2c54f94eeb2d5aee5b93ea35e0de6a.zip
FreeBSD-src-41efc0e62e2c54f94eeb2d5aee5b93ea35e0de6a.tar.gz
o Reduce userland inclusion of kernel headers -- remove unneeded include
of <sys/mbuf.h>. Reviewed by: jlemon
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r--sbin/ifconfig/ifvlan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifvlan.c b/sbin/ifconfig/ifvlan.c
index 7143076..4a4a947 100644
--- a/sbin/ifconfig/ifvlan.c
+++ b/sbin/ifconfig/ifvlan.c
@@ -34,7 +34,6 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/sockio.h>
-#include <sys/mbuf.h>
#include <stdlib.h>
#include <unistd.h>
OpenPOWER on IntegriCloud