summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-01-16 17:38:56 +0000
committerbde <bde@FreeBSD.org>1998-01-16 17:38:56 +0000
commit1e40ca363474d663500fe436c76847d2ce6ee470 (patch)
treed9e07095aa83bc583f9fff30cf7d946a4744cd56 /usr.sbin/arp
parentb0bfaa3eb29ad6a271a7a8e443000279e26cfcf9 (diff)
downloadFreeBSD-src-1e40ca363474d663500fe436c76847d2ce6ee470.zip
FreeBSD-src-1e40ca363474d663500fe436c76847d2ce6ee470.tar.gz
Removed most unused includes of <net/if_var.h> outside the kernel.
Diffstat (limited to 'usr.sbin/arp')
-rw-r--r--usr.sbin/arp/arp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c
index c924089..1ff232a 100644
--- a/usr.sbin/arp/arp.c
+++ b/usr.sbin/arp/arp.c
@@ -45,7 +45,7 @@ static char const copyright[] =
static char const sccsid[] = "@(#)from: arp.c 8.2 (Berkeley) 1/2/94";
#endif
static const char rcsid[] =
- "$Id: arp.c,v 1.12 1997/09/03 06:32:31 charnier Exp $";
+ "$Id: arp.c,v 1.13 1997/11/13 01:16:57 julian Exp $";
#endif /* not lint */
/*
@@ -62,7 +62,6 @@ static const char rcsid[] =
#include <sys/time.h>
#include <net/if.h>
-#include <net/if_var.h>
#include <net/if_dl.h>
#include <net/if_types.h>
#include <net/route.h>
OpenPOWER on IntegriCloud