From fbc7526e8f7461209707f4f096b1ec1f9f4aca7b Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 5 Mar 2003 19:24:24 +0000 Subject: Finish driving a stake through the heart of netns and the associated ifdefs scattered around the place - its dead Jim! The SMB stuff had stolen AF_NS, make it official. --- sys/netgraph/ng_iface.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/netgraph/ng_iface.c') diff --git a/sys/netgraph/ng_iface.c b/sys/netgraph/ng_iface.c index efaee7f..55cc7ac 100644 --- a/sys/netgraph/ng_iface.c +++ b/sys/netgraph/ng_iface.c @@ -97,7 +97,6 @@ const static struct iffam gFamilies[] = { { AF_IPX, NG_IFACE_HOOK_IPX }, { AF_ATM, NG_IFACE_HOOK_ATM }, { AF_NATM, NG_IFACE_HOOK_NATM }, - { AF_NS, NG_IFACE_HOOK_NS }, }; #define NUM_FAMILIES (sizeof(gFamilies) / sizeof(*gFamilies)) @@ -770,11 +769,6 @@ ng_iface_rcvdata(hook_p hook, item_p item) isr = NETISR_IPX; break; #endif -#ifdef NS - case AF_NS: - isr = NETISR_NS; - break; -#endif #ifdef NETATALK case AF_APPLETALK: isr = NETISR_ATALK2; -- cgit v1.1