diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-08 06:35:05 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-08 06:35:05 +0000 |
commit | 236ecac5b889076b4d3279fe377bd0fd631d520d (patch) | |
tree | b894e294b9c76e48f65b7331f9d36dc1663d8e52 /sys/net/if_tun.c | |
parent | 05b708cd2939c4a39b7401fb597f0537f7ce2542 (diff) |
no more netns handling for the various tunnel devices and loopback
Diffstat (limited to 'sys/net/if_tun.c')
-rw-r--r-- | sys/net/if_tun.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c index 7c7c2081f4d..7ef03da138c 100644 --- a/sys/net/if_tun.c +++ b/sys/net/if_tun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tun.c,v 1.66 2005/05/04 12:10:27 markus Exp $ */ +/* $OpenBSD: if_tun.c,v 1.67 2005/06/08 06:35:04 henning Exp $ */ /* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */ /* @@ -71,11 +71,6 @@ #include <netinet/if_ether.h> #endif -#ifdef NS -#include <netns/ns.h> -#include <netns/ns_if.h> -#endif - #ifdef IPX #include <netipx/ipx.h> #include <netipx/ipx_if.h> |