summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ip.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-01-11 17:53:27 +0000
committerbrian <brian@FreeBSD.org>1998-01-11 17:53:27 +0000
commit5ce279eae3a5558f36786bea83d86f0f02038aba (patch)
tree18bb77749231c394f720265571ac26e76609dbf2 /usr.sbin/ppp/ip.c
parentccb6ae343d48ea01065c04a83344ea63445feede (diff)
downloadFreeBSD-src-5ce279eae3a5558f36786bea83d86f0f02038aba.zip
FreeBSD-src-5ce279eae3a5558f36786bea83d86f0f02038aba.tar.gz
Lose <net/if_var.h> !
This'll require a `make installworld'.
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 78ff87e..ac17962 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.35 1997/12/29 22:23:11 brian Exp $
+ * $Id: ip.c,v 1.36 1998/01/04 20:26:37 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
OpenPOWER on IntegriCloud