aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wlconfig
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-01-16 17:38:56 +0000
committerBruce Evans <bde@FreeBSD.org>1998-01-16 17:38:56 +0000
commitcc03533c8d698cc0fe91cf91e79c016327c7f0bb (patch)
tree70fe71c80fad95377eff7a5bfb7964c4c79d3eac /usr.sbin/wlconfig
parent060cc64852ebd7b2d163fa84c723bc385945e13d (diff)
downloadsrc-cc03533c8d698cc0fe91cf91e79c016327c7f0bb.tar.gz
src-cc03533c8d698cc0fe91cf91e79c016327c7f0bb.zip
Removed most unused includes of <net/if_var.h> outside the kernel.
Notes
Notes: svn path=/head/; revision=32570
Diffstat (limited to 'usr.sbin/wlconfig')
-rw-r--r--usr.sbin/wlconfig/wlconfig.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/wlconfig/wlconfig.c b/usr.sbin/wlconfig/wlconfig.c
index 6d252b58c97d..989104873a52 100644
--- a/usr.sbin/wlconfig/wlconfig.c
+++ b/usr.sbin/wlconfig/wlconfig.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$Id: wlconfig.c,v 1.6 1997/10/27 12:23:08 charnier Exp $";
#endif /* not lint */
/*
@@ -67,7 +67,6 @@ static const char rcsid[] =
#include <machine/if_wl_wavelan.h>
#include <net/if.h>
-#include <net/if_var.h>
#include <netinet/in.h>
#include <netinet/if_ether.h>
extern struct ether_addr *ether_aton(char *a);