summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/main.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/main.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/main.c')
-rw-r--r--usr.sbin/ppp/main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c
index d57d9bd..c1df109 100644
--- a/usr.sbin/ppp/main.c
+++ b/usr.sbin/ppp/main.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: main.c,v 1.115 1997/12/30 23:22:29 brian Exp $
+ * $Id: main.c,v 1.116 1998/01/08 23:47:52 brian Exp $
*
* TODO:
* o Add commands for traffic summary, version display, etc.
@@ -33,9 +33,6 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <net/if.h>
-#ifdef __FreeBSD__
-#include <net/if_var.h>
-#endif
#include <net/if_tun.h>
#include <errno.h>
OpenPOWER on IntegriCloud