diff options
author | 2014-07-11 21:54:37 +0000 | |
---|---|---|
committer | 2014-07-11 21:54:37 +0000 | |
commit | b8042ed98e3e7a691133b4fd8e91f61ba15a83ba (patch) | |
tree | b4210de9bc12a180e816fe8ce2bb3606f14cb4f4 /sys/kern/uipc_domain.c | |
parent | sync (diff) | |
download | wireguard-openbsd-b8042ed98e3e7a691133b4fd8e91f61ba15a83ba.tar.xz wireguard-openbsd-b8042ed98e3e7a691133b4fd8e91f61ba15a83ba.zip |
"It's not the years, honey; it's the mileage."
bluetooth support doesn't work and isn't going anywhere. the current
design is a dead end, and should not be the basis for any future support.
general consensus says to whack it so as to not mislead the unwary.
Diffstat (limited to 'sys/kern/uipc_domain.c')
-rw-r--r-- | sys/kern/uipc_domain.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/kern/uipc_domain.c b/sys/kern/uipc_domain.c index f34e03d6baf..67cbc10a424 100644 --- a/sys/kern/uipc_domain.c +++ b/sys/kern/uipc_domain.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uipc_domain.c,v 1.36 2014/07/08 17:19:25 deraadt Exp $ */ +/* $OpenBSD: uipc_domain.c,v 1.37 2014/07/11 21:54:38 tedu Exp $ */ /* $NetBSD: uipc_domain.c,v 1.14 1996/02/09 19:00:44 christos Exp $ */ /* @@ -44,7 +44,6 @@ #include <sys/sysctl.h> #include <sys/timeout.h> -#include "bluetooth.h" #include "bpfilter.h" #include "pflow.h" @@ -95,9 +94,6 @@ domaininit(void) ADDDOMAIN(key); #endif #endif -#if NBLUETOOTH > 0 - ADDDOMAIN(bt); -#endif ADDDOMAIN(route); for (dp = domains; dp; dp = dp->dom_next) { |