summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ip.c
diff options
context:
space:
mode:
authorbrian <brian@cvs.openbsd.org>1998-01-11 17:55:22 +0000
committerbrian <brian@cvs.openbsd.org>1998-01-11 17:55:22 +0000
commit8fc1929be3b0011fe19a48feb2aebf96a105bec0 (patch)
tree920d8b4d8c920ce74e8ac2187814d044227a7947 /usr.sbin/ppp/ip.c
parent53969a981c9f4a37e745d6c67b631332ca86ba42 (diff)
Lose <net/if_var.h> (was a FreeBSD brokenness) !
Diffstat (limited to 'usr.sbin/ppp/ip.c')
-rw-r--r--usr.sbin/ppp/ip.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ip.c b/usr.sbin/ppp/ip.c
index 2624b895e98..5da419aecbb 100644
--- a/usr.sbin/ppp/ip.c
+++ b/usr.sbin/ppp/ip.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ip.c,v 1.5 1998/01/04 20:30:38 brian Exp $
+ * $Id: ip.c,v 1.6 1998/01/11 17:55:18 brian Exp $
*
* TODO:
* o Return ICMP message for filterd packet
@@ -35,9 +35,6 @@
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <net/if.h>
-#ifdef __FreeBSD__
-#include <net/if_var.h>
-#endif
#include <net/if_tun.h>
#ifndef NOALIAS