diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-01-16 17:38:56 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-01-16 17:38:56 +0000 |
| commit | cc03533c8d698cc0fe91cf91e79c016327c7f0bb (patch) | |
| tree | 70fe71c80fad95377eff7a5bfb7964c4c79d3eac /usr.sbin/arp/arp.c | |
| parent | 060cc64852ebd7b2d163fa84c723bc385945e13d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/arp/arp.c')
| -rw-r--r-- | usr.sbin/arp/arp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c index c9240896e2ec..1ff232a9c792 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> |
