diff options
Diffstat (limited to 'usr.sbin/ppp/ip.c')
-rw-r--r-- | usr.sbin/ppp/ip.c | 5 |
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 |