diff options
author | brian <brian@FreeBSD.org> | 1998-01-11 04:02:57 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-01-11 04:02:57 +0000 |
commit | c22d9c68f74fe9841a920b0652c059c88bff01c0 (patch) | |
tree | 33ab75b2d50f6ab480e3ed7a1f868d3cfb448296 | |
parent | f9091e30787b82f29a78dd965df60f6f97358c7f (diff) | |
download | FreeBSD-src-c22d9c68f74fe9841a920b0652c059c88bff01c0.zip FreeBSD-src-c22d9c68f74fe9841a920b0652c059c88bff01c0.tar.gz |
Remove includes of if_var.h and in_var.h
-rw-r--r-- | usr.sbin/ppp/arp.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c index f813708..b54ebca 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.19 1997/12/23 22:38:51 brian Exp $ + * $Id: arp.c,v 1.20 1997/12/24 09:28:49 brian Exp $ * */ @@ -29,14 +29,10 @@ #include <sys/time.h> #include <sys/socket.h> #include <net/if.h> -#ifdef __FreeBSD__ -#include <net/if_var.h> -#endif #include <net/route.h> #include <net/if_dl.h> #include <netinet/in.h> #include <net/if_types.h> -#include <netinet/in_var.h> #include <netinet/if_ether.h> #include <fcntl.h> |