diff options
author | brian <brian@cvs.openbsd.org> | 1998-01-11 17:55:22 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1998-01-11 17:55:22 +0000 |
commit | 8fc1929be3b0011fe19a48feb2aebf96a105bec0 (patch) | |
tree | 920d8b4d8c920ce74e8ac2187814d044227a7947 /usr.sbin/ppp/lcp.c | |
parent | 53969a981c9f4a37e745d6c67b631332ca86ba42 (diff) |
Lose <net/if_var.h> (was a FreeBSD brokenness) !
Diffstat (limited to 'usr.sbin/ppp/lcp.c')
-rw-r--r-- | usr.sbin/ppp/lcp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index 86e72a2007f..8b915de11f7 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.5 1998/01/11 17:54:46 brian Exp $ + * $Id: lcp.c,v 1.6 1998/01/11 17:55:19 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> |