From 0db3d0d8af1c885cf082f4cbc484006aadf0baf1 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Sat, 9 Jul 2011 00:47:19 +0000 Subject: begone, fucking rotten appletalk shit. ok room --- sys/net/if.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/net/if.c') 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 -- cgit v1.2.3