summaryrefslogtreecommitdiffstats
path: root/sys/net/if_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_loop.c')
-rw-r--r--sys/net/if_loop.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c
index a4f37cd..3efef6d 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;
OpenPOWER on IntegriCloud