summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaddy <naddy@openbsd.org>2007-07-06 14:00:59 +0000
committernaddy <naddy@openbsd.org>2007-07-06 14:00:59 +0000
commitf901b9b0f976b91bc1ddbfb9e311867de714fac3 (patch)
tree5c566d4fb8d4b065e735304dade00f69b80c9748
parentdont inlucde <sys/syslimits.h> directly. (diff)
downloadwireguard-openbsd-f901b9b0f976b91bc1ddbfb9e311867de714fac3.tar.xz
wireguard-openbsd-f901b9b0f976b91bc1ddbfb9e311867de714fac3.zip
btintrq has been removed from bt_input.c, don't reference it here.
Makes bluetooth build again. ok uwe@
-rw-r--r--sys/net/if.c5
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
/*