summaryrefslogtreecommitdiffstats
path: root/package/bluez-utils/patches/001-include_limits.patch
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-26 21:35:01 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-26 21:35:01 +0000
commit384c8381ee0b02ffd6df7577c997f272212ef590 (patch)
tree56264ed56b7252a706461e6e1217d0a83fdf0d48 /package/bluez-utils/patches/001-include_limits.patch
parentce158c929d2e4675b16b05f7b96f8e5636e012a2 (diff)
bluetooth fixes from Tomas Vanek
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1571 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bluez-utils/patches/001-include_limits.patch')
-rw-r--r--package/bluez-utils/patches/001-include_limits.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/bluez-utils/patches/001-include_limits.patch b/package/bluez-utils/patches/001-include_limits.patch
new file mode 100644
index 000000000..6f6cb824b
--- /dev/null
+++ b/package/bluez-utils/patches/001-include_limits.patch
@@ -0,0 +1,22 @@
+diff -ur bluez-utils-2.17.orig/hidd/sdp.c bluez-utils-2.17/hidd/sdp.c
+--- bluez-utils-2.17.orig/hidd/sdp.c 2005-05-09 20:33:24.000000000 +0200
++++ bluez-utils-2.17/hidd/sdp.c 2005-07-26 14:38:13.000000000 +0200
+@@ -39,6 +39,7 @@
+ #include <string.h>
+ #include <sys/stat.h>
+ #include <sys/socket.h>
++#include <linux/limits.h>
+
+ #include <bluetooth/bluetooth.h>
+ #include <bluetooth/l2cap.h>
+diff -ur bluez-utils-2.17.orig/tools/hciconfig.c bluez-utils-2.17/tools/hciconfig.c
+--- bluez-utils-2.17.orig/tools/hciconfig.c 2005-05-09 20:33:24.000000000 +0200
++++ bluez-utils-2.17/tools/hciconfig.c 2005-07-26 14:34:29.000000000 +0200
+@@ -40,6 +40,7 @@
+ #include <getopt.h>
+ #include <sys/ioctl.h>
+ #include <sys/socket.h>
++#include <linux/limits.h>
+
+ #include <bluetooth/bluetooth.h>
+ #include <bluetooth/hci.h>