summaryrefslogtreecommitdiff
path: root/sys/net/if.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2011-07-09 00:47:19 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2011-07-09 00:47:19 +0000
commit0db3d0d8af1c885cf082f4cbc484006aadf0baf1 (patch)
tree256507b0a879a8e802adb77351a248b278a0d4ff /sys/net/if.c
parent1791d2a4765ecc135e5955bc390ee0f45ff8689d (diff)
begone, fucking rotten appletalk shit. ok room
Diffstat (limited to 'sys/net/if.c')
-rw-r--r--sys/net/if.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index e84e4023fe6..f8969a2cb02 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.238 2011/07/08 18:48:51 henning Exp $ */
+/* $OpenBSD: if.c,v 1.239 2011/07/09 00:47:18 henning Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
@@ -585,10 +585,6 @@ do { \
#ifdef INET6
IF_DETACH_QUEUES(ip6intrq);
#endif
-#ifdef NETATALK
- IF_DETACH_QUEUES(atintrq1);
- IF_DETACH_QUEUES(atintrq2);
-#endif
#ifdef NATM
IF_DETACH_QUEUES(natmintrq);
#endif