diff options
author | brian <brian@FreeBSD.org> | 1997-09-10 02:20:35 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-09-10 02:20:35 +0000 |
commit | 74b863965ccdf828063a0b0413c9ee2c9bac138a (patch) | |
tree | 128fd1b89adb4d6b80dba95ba80e97583e4842b7 /usr.sbin/ppp/arp.c | |
parent | 48565f649bb6844e23ad80d12923e102ac52693c (diff) | |
download | FreeBSD-src-74b863965ccdf828063a0b0413c9ee2c9bac138a.zip FreeBSD-src-74b863965ccdf828063a0b0413c9ee2c9bac138a.tar.gz |
Cosmetic: Remove unused variables and build on OpenBSD.
Diffstat (limited to 'usr.sbin/ppp/arp.c')
-rw-r--r-- | usr.sbin/ppp/arp.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c index 03b242e..7690897 100644 --- a/usr.sbin/ppp/arp.c +++ b/usr.sbin/ppp/arp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: arp.c,v 1.13 1997/08/25 00:29:03 brian Exp $ + * $Id: arp.c,v 1.14 1997/08/31 22:59:12 brian Exp $ * */ @@ -46,12 +46,10 @@ #endif #include <net/if_types.h> #include <netinet/in_var.h> -#include <netinet/if_ether.h> -#include "log.h" - #if RTM_VERSION >= 3 #include <netinet/if_ether.h> #endif +#include "log.h" static int rtm_seq; |