summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd
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 /libexec/bootpd
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 'libexec/bootpd')
-rw-r--r--libexec/bootpd/rtmsg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c
index b6bd363..e9702bb 100644
--- a/libexec/bootpd/rtmsg.c
+++ b/libexec/bootpd/rtmsg.c
@@ -39,7 +39,7 @@
/*
* from arp.c 8.2 (Berkeley) 1/2/94
- * $Id$
+ * $Id: rtmsg.c,v 1.8 1997/02/22 14:21:09 peter Exp $
*/
#include <sys/param.h>
@@ -54,7 +54,6 @@
#include <sys/time.h>
#include <net/if.h>
-#include <net/if_var.h> /* needed for if_ether.h XXX */
#include <net/if_dl.h>
#include <net/if_types.h>
#include <net/route.h>
OpenPOWER on IntegriCloud