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/tun.c | |
parent | 53969a981c9f4a37e745d6c67b631332ca86ba42 (diff) |
Lose <net/if_var.h> (was a FreeBSD brokenness) !
Diffstat (limited to 'usr.sbin/ppp/tun.c')
-rw-r--r-- | usr.sbin/ppp/tun.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ppp/tun.c b/usr.sbin/ppp/tun.c index 551e085c915..6606041d5e5 100644 --- a/usr.sbin/ppp/tun.c +++ b/usr.sbin/ppp/tun.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tun.c,v 1.2 1997/12/21 14:27:18 brian Exp $ + * $Id: tun.c,v 1.3 1998/01/11 17:55:21 brian Exp $ */ #include <sys/param.h> @@ -32,9 +32,6 @@ #include <sys/socket.h> #include <netinet/in.h> #include <net/if.h> -#ifdef __FreeBSD__ -#include <net/if_var.h> -#endif #include <net/if_tun.h> #include <stdio.h> |