diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2007-07-06 14:01:00 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2007-07-06 14:01:00 +0000 |
commit | ed47678f0cebff531edb306637854798e77feeef (patch) | |
tree | 2676e032017d61d22fc42cad0f717dace2ec09f2 /sys/net | |
parent | cece2133348458d4d039b902f650fb4edc20c9db (diff) |
btintrq has been removed from bt_input.c, don't reference it here.
Makes bluetooth build again. ok uwe@
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index c1730c44073..e34c1b3ad2b 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.164 2007/07/04 12:15:53 claudio Exp $ */ +/* $OpenBSD: if.c,v 1.165 2007/07/06 14:00:59 naddy Exp $ */ /* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */ /* @@ -553,9 +553,6 @@ do { \ #ifdef NATM IF_DETACH_QUEUES(natmintrq); #endif -#if NBLUETOOTH > 0 - IF_DETACH_QUEUES(btintrq); -#endif #undef IF_DETACH_QUEUES /* |