aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rarpd
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/rarpd
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/rarpd')
-rw-r--r--usr.sbin/rarpd/rarpd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rarpd/rarpd.c b/usr.sbin/rarpd/rarpd.c
index 87f833d3c63b..619e30753095 100644
--- a/usr.sbin/rarpd/rarpd.c
+++ b/usr.sbin/rarpd/rarpd.c
@@ -27,7 +27,7 @@ The Regents of the University of California. All rights reserved.\n";
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$Id: rarpd.c,v 1.17 1997/10/13 11:03:36 charnier Exp $";
#endif /* not lint */
/*
@@ -47,7 +47,6 @@ static const char rcsid[] =
#include <net/bpf.h>
#include <net/if.h>
-#include <net/if_var.h>
#include <net/if_types.h>
#include <net/if_dl.h>
#include <net/route.h>