From d9e559f2daba1ac02e7ddf60e53893ce85039df5 Mon Sep 17 00:00:00 2001 From: "Frank J. Laszlo" Date: Mon, 4 Dec 2006 16:13:09 +0000 Subject: Update to version 1.3 Patches applied upstream PR: ports/105854 Submitted by: Matthew West Approved by: Guido Falsi (maintainer) --- comms/openobex/files/patch-src-obex.c | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 comms/openobex/files/patch-src-obex.c (limited to 'comms/openobex/files/patch-src-obex.c') diff --git a/comms/openobex/files/patch-src-obex.c b/comms/openobex/files/patch-src-obex.c deleted file mode 100644 index 9091c8e6c917..000000000000 --- a/comms/openobex/files/patch-src-obex.c +++ /dev/null @@ -1,26 +0,0 @@ ---- src/obex.c.orig Mon Mar 22 18:16:53 2004 -+++ src/obex.c Mon Mar 22 18:21:35 2004 -@@ -990,7 +990,11 @@ - - #ifdef HAVE_BLUETOOTH - if(src == NULL) -+#ifdef HAVE_BLUETOOTH_NETGRAPH -+ src = NG_HCI_BDADDR_ANY; -+#else /*HAVE_BLUETOOTH_NETGRAPH*/ - src = BDADDR_ANY; -+#endif /*HAVE_BLUETOOTH_NETGRAPH*/ - btobex_prepare_listen(self, src, channel); - return obex_transport_listen(self); - #else -@@ -1019,7 +1023,11 @@ - - #ifdef HAVE_BLUETOOTH - if(src == NULL) -+#ifdef HAVE_BLUETOOTH_NETGRAPH -+ src = NG_HCI_BDADDR_ANY; -+#else /*HAVE_BLUETOOTH_NETGRAPH*/ - src = BDADDR_ANY; -+#endif /*HAVE_BLUETOOTH_NETGRAPH*/ - btobex_prepare_connect(self, src, dst, channel); - return obex_transport_connect_request(self); - #else -- cgit v1.2.3