diff options
Diffstat (limited to 'usr.sbin/rarpd')
-rw-r--r-- | usr.sbin/rarpd/rarpd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rarpd/rarpd.c b/usr.sbin/rarpd/rarpd.c index 87f833d..619e307 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> |