summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/lcp.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/lcp.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/lcp.c')
-rw-r--r--usr.sbin/ppp/lcp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c
index 7c29e03..0d6a664 100644
--- a/usr.sbin/ppp/lcp.c
+++ b/usr.sbin/ppp/lcp.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: lcp.c,v 1.51 1997/12/24 09:29:05 brian Exp $
+ * $Id: lcp.c,v 1.52 1998/01/11 17:50:35 brian Exp $
*
* TODO:
* o Validate magic number received from peer.
@@ -30,9 +30,6 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <net/if.h>
-#ifdef __FreeBSD__
-#include <net/if_var.h>
-#endif
#include <net/if_tun.h>
#include <signal.h>
OpenPOWER on IntegriCloud