diff options
Diffstat (limited to 'comms/obexftp/patches/patch-ae')
-rw-r--r-- | comms/obexftp/patches/patch-ae | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/comms/obexftp/patches/patch-ae b/comms/obexftp/patches/patch-ae index 43c12b34c07..a39ed4d091d 100644 --- a/comms/obexftp/patches/patch-ae +++ b/comms/obexftp/patches/patch-ae @@ -1,12 +1,15 @@ -$NetBSD: patch-ae,v 1.1.1.1 2004/02/26 12:50:45 jmmv Exp $ +$NetBSD: patch-ae,v 1.2 2006/07/17 12:29:57 xtraeme Exp $ ---- obexftp/obexftp_io.c.orig 2003-01-15 23:52:12.000000000 +0100 -+++ obexftp/obexftp_io.c -@@ -24,6 +24,7 @@ - #include <unistd.h> - #include <stdio.h> /* FIXME: libraries shouldn't do this */ - #include <sys/stat.h> -+#include <limits.h> - - #include <fcntl.h> - #include <string.h> +--- obexftp/client.c.orig 2006-07-09 12:37:02.000000000 +0200 ++++ obexftp/client.c 2006-07-09 12:38:10.000000000 +0200 +@@ -48,6 +48,10 @@ + #ifdef __FreeBSD__ + #include <sys/types.h> + #include <bluetooth.h> ++#elif defined(__NetBSD__) ++#include <sys/types.h> ++#include <bluetooth.h> ++#include <netbt/rfcomm.h> + #else /* Linux */ + #include <bluetooth/bluetooth.h> + #include <bluetooth/rfcomm.h> |