diff options
author | Peter Wemm <peter@FreeBSD.org> | 2000-02-13 03:32:07 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2000-02-13 03:32:07 +0000 |
commit | 242c5536ea8a69496ed4827a9908505b8eaf52da (patch) | |
tree | a31aa86acc3b4c619d5f6919749b971bfe1833bc /sys/net/if_loop.c | |
parent | 84a5b015049ed8f12d326801575b6bd2a7a4973b (diff) |
Notes
Diffstat (limited to 'sys/net/if_loop.c')
-rw-r--r-- | sys/net/if_loop.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c index a4f37cdd8406..3efef6d53906 100644 --- a/sys/net/if_loop.c +++ b/sys/net/if_loop.c @@ -80,11 +80,6 @@ #include <netns/ns_if.h> #endif -#ifdef ISO -#include <netiso/iso.h> -#include <netiso/iso_var.h> -#endif - #ifdef NETATALK #include <netatalk/at.h> #include <netatalk/at_var.h> @@ -183,7 +178,6 @@ contiguousfail: case AF_INET6: case AF_IPX: case AF_NS: - case AF_ISO: case AF_APPLETALK: break; default: @@ -286,12 +280,6 @@ if_simloop(ifp, m, dst, hlen) isr = NETISR_NS; break; #endif -#ifdef ISO - case AF_ISO: - ifq = &clnlintrq; - isr = NETISR_ISO; - break; -#endif #ifdef NETATALK case AF_APPLETALK: ifq = &atintrq2; |