summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian <brian@cvs.openbsd.org>1998-01-11 04:01:52 +0000
committerbrian <brian@cvs.openbsd.org>1998-01-11 04:01:52 +0000
commiteb4f623681359ea33ec38bf629d6f7fa271b7762 (patch)
tree807a1a342b1c672ed1d078b5a9f4d3a2639464d6
parent1ebe0a347f30b9741d71ea0cf6f010c50fc6f03c (diff)
Remove includes of if_var.h and in_var.h
-rw-r--r--usr.sbin/ppp/arp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c
index 339dbbaf3dc..5a144c5d13e 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.3 1997/12/24 09:30:20 brian Exp $
+ * $Id: arp.c,v 1.4 1998/01/11 04:01:51 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>