summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2005-06-08 06:53:32 +0000
committerhenning <henning@openbsd.org>2005-06-08 06:53:32 +0000
commit1e50c2a5e66fdeb8b79ca200f710a7dde6306270 (patch)
tree330fb5677126cd017fbf622b76d6083a7e806616
parentkill some leftover bits from netns and iso routing (diff)
downloadwireguard-openbsd-1e50c2a5e66fdeb8b79ca200f710a7dde6306270.tar.xz
wireguard-openbsd-1e50c2a5e66fdeb8b79ca200f710a7dde6306270.zip
huch, more netns shitz
-rw-r--r--sys/net/if_tun.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c
index 7ef03da138c..8a414a50d45 100644
--- a/sys/net/if_tun.c
+++ b/sys/net/if_tun.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tun.c,v 1.67 2005/06/08 06:35:04 henning Exp $ */
+/* $OpenBSD: if_tun.c,v 1.68 2005/06/08 06:53:32 henning Exp $ */
/* $NetBSD: if_tun.c,v 1.24 1996/05/07 02:40:48 thorpej Exp $ */
/*
@@ -889,12 +889,6 @@ tunwrite(dev_t dev, struct uio *uio, int ioflag)
isr = NETISR_IPV6;
break;
#endif
-#ifdef NS
- case AF_NS:
- ifq = &nsintrq;
- isr = NETISR_NS;
- break;
-#endif
#ifdef IPX
case AF_IPX:
ifq = &ipxintrq;