summaryrefslogtreecommitdiff
path: root/comms/obexftp/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'comms/obexftp/patches/patch-af')
-rw-r--r--comms/obexftp/patches/patch-af23
1 files changed, 0 insertions, 23 deletions
diff --git a/comms/obexftp/patches/patch-af b/comms/obexftp/patches/patch-af
deleted file mode 100644
index ed577192e0e..00000000000
--- a/comms/obexftp/patches/patch-af
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-af,v 1.3 2009/07/20 05:56:03 hasso Exp $
-
---- obexftp/obexftp_io.c.orig 2006-07-09 12:40:32.000000000 +0200
-+++ obexftp/obexftp_io.c 2006-07-09 12:41:36.000000000 +0200
-@@ -30,6 +30,18 @@
- #include <string.h>
- #include <time.h>
-
-+#ifdef HAVE_CONFIG_H
-+#include <config.h>
-+#endif
-+
-+#ifdef HAVE_BLUETOOTH
-+#if defined(__NetBSD__) || defined(__DragonFly__)
-+#include <bluetooth.h>
-+#else
-+#include <bluetooth/bluetooth.h>
-+#endif
-+#endif /* HAVE_BLUETOOTH */
-+
- #include <openobex/obex.h>
-
- #include "obexftp_io.h"