summaryrefslogtreecommitdiff
path: root/bluez-utils/bluez-utils.gcc43.patch
blob: 8c8efc0e72e79b9e2d390c376567b6cfd87be287 (plain)
    1 --- bluez-utils-2.25/tools/hciconfig.c.orig	2009-05-29 23:20:42.465846076 +0900
    2 +++ bluez-utils-2.25/tools/hciconfig.c	2009-05-29 23:20:24.656113414 +0900
    3 @@ -36,6 +36,7 @@
    4  #include <getopt.h>
    5  #include <sys/ioctl.h>
    6  #include <sys/socket.h>
    7 +#include <limits.h>
    8  
    9  #include <bluetooth/bluetooth.h>
   10  #include <bluetooth/hci.h>
   11 --- bluez-utils-2.25/tools/hciattach.c.orig	2009-05-29 23:09:38.201730680 +0900
   12 +++ bluez-utils-2.25/tools/hciattach.c	2009-05-29 23:10:00.495664682 +0900
   13 @@ -40,6 +40,7 @@
   14  #include <sys/time.h>
   15  #include <sys/ioctl.h>
   16  #include <sys/socket.h>
   17 +#include <limits.h>
   18  
   19  #include <bluetooth/bluetooth.h>
   20  #include <bluetooth/hci.h>
   21 --- bluez-utils-2.25/sdpd/request.c.orig	2009-05-29 23:21:31.751057125 +0900
   22 +++ bluez-utils-2.25/sdpd/request.c	2009-05-29 23:21:45.857770332 +0900
   23 @@ -33,6 +33,7 @@
   24  #include <malloc.h>
   25  #include <syslog.h>
   26  #include <sys/socket.h>
   27 +#include <limits.h>
   28  
   29  #include <bluetooth/bluetooth.h>
   30  #include <bluetooth/sdp.h>
   31 --- bluez-utils-2.25/hidd/sdp.c.orig	2009-05-29 23:23:37.324463314 +0900
   32 +++ bluez-utils-2.25/hidd/sdp.c	2009-05-29 23:24:18.087891487 +0900
   33 @@ -34,6 +34,7 @@
   34  #include <string.h>
   35  #include <sys/stat.h>
   36  #include <sys/socket.h>
   37 +#include <limits.h>
   38  
   39  #include <bluetooth/bluetooth.h>
   40  #include <bluetooth/l2cap.h>

Generated by cgit