add libtool fixes, cleanup
[openwrt/svn-archive/archive.git] / utils / bluez-utils / patches / 001-include_limits.patch
1 diff -ur bluez-utils-2.17.orig/hidd/sdp.c bluez-utils-2.17/hidd/sdp.c
2 --- bluez-utils-2.17.orig/hidd/sdp.c 2005-05-09 20:33:24.000000000 +0200
3 +++ bluez-utils-2.17/hidd/sdp.c 2005-07-26 14:38:13.000000000 +0200
4 @@ -39,6 +39,7 @@
5 #include <string.h>
6 #include <sys/stat.h>
7 #include <sys/socket.h>
8 +#include <linux/limits.h>
9
10 #include <bluetooth/bluetooth.h>
11 #include <bluetooth/l2cap.h>
12 diff -ur bluez-utils-2.17.orig/tools/hciconfig.c bluez-utils-2.17/tools/hciconfig.c
13 --- bluez-utils-2.17.orig/tools/hciconfig.c 2005-05-09 20:33:24.000000000 +0200
14 +++ bluez-utils-2.17/tools/hciconfig.c 2005-07-26 14:34:29.000000000 +0200
15 @@ -40,6 +40,7 @@
16 #include <getopt.h>
17 #include <sys/ioctl.h>
18 #include <sys/socket.h>
19 +#include <linux/limits.h>
20
21 #include <bluetooth/bluetooth.h>
22 #include <bluetooth/hci.h>