15 lines
548 B
Diff
15 lines
548 B
Diff
$NetBSD: patch-ap,v 1.1.1.1 2008/04/24 01:50:58 tnn Exp $
|
|
|
|
--- Modules/socketmodule.c.orig 2007-03-31 20:56:11.000000000 +0200
|
|
+++ Modules/socketmodule.c
|
|
@@ -357,7 +357,8 @@ const char *inet_ntop(int af, const void
|
|
#define SOCKETCLOSE close
|
|
#endif
|
|
|
|
-#if defined(HAVE_BLUETOOTH_H) || defined(HAVE_BLUETOOTH_BLUETOOTH_H)
|
|
+#if (defined(HAVE_BLUETOOTH_H) || defined(HAVE_BLUETOOTH_BLUETOOTH_H)) && \
|
|
+ !defined(__NetBSD__) && !defined(__DragonFly__)
|
|
#define USE_BLUETOOTH 1
|
|
#if defined(__FreeBSD__)
|
|
#define BTPROTO_L2CAP BLUETOOTH_PROTO_L2CAP
|