summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-06-08 06:53:33 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-06-08 06:53:33 +0000
commitfe275d4e03429afd2f9ebc4f26fb147af2157bcf (patch)
tree40fe4438b8393452107d03e6351eb87d8ababc21 /sys
parentd16865b346e8f9f72d7e70061bed76c9bba0b57e (diff)
huch, more netns shitz
Diffstat (limited to 'sys')
-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;