Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 182732 Details for
Bug 259811
bluez-utils/bluez-utils-2.25-r1 with gcc-4.3.3: missing #include <linux/limits.h> and <limits.h> (PATH_MAX and USHRT_MAX)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add includes for gcc-4.3.3
utils.patch (text/plain), 1.65 KB, created by
Michael Weber (RETIRED)
on 2009-02-21 13:45:15 UTC
(
hide
)
Description:
add includes for gcc-4.3.3
Filename:
MIME Type:
Creator:
Michael Weber (RETIRED)
Created:
2009-02-21 13:45:15 UTC
Size:
1.65 KB
patch
obsolete
>--- /var/tmp/portage/net-wireless/bluez-utils-2.25-r1/work/bluez-utils-2.25/sdpd/request.c 2006-01-08 03:03:05.000000000 +0100 >+++ /var/tmp/portage/net-wireless/bluez-utils-2.25-r1_mw/work/bluez-utils-2.25/sdpd/request.c 2009-02-21 14:23:07.235124403 +0100 >@@ -39,6 +39,7 @@ > #include <bluetooth/sdp_lib.h> > > #include <netinet/in.h> >+#include <limits.h> > > #include "sdpd.h" > >--- /var/tmp/portage/net-wireless/bluez-utils-2.25-r1/work/bluez-utils-2.25/hidd/sdp.c 2006-01-08 03:03:05.000000000 +0100 >+++ /var/tmp/portage/net-wireless/bluez-utils-2.25-r1_mw/work/bluez-utils-2.25/hidd/sdp.c 2009-02-21 14:24:17.815135488 +0100 >@@ -34,6 +34,7 @@ > #include <string.h> > #include <sys/stat.h> > #include <sys/socket.h> >+#include <linux/limits.h> > > #include <bluetooth/bluetooth.h> > #include <bluetooth/l2cap.h> >--- /var/tmp/portage/net-wireless/bluez-utils-2.25-r1/work/bluez-utils-2.25/tools/hciattach.c 2006-01-08 03:03:06.000000000 +0100 >+++ /var/tmp/portage/net-wireless/bluez-utils-2.25-r1_mw/work/bluez-utils-2.25/tools/hciattach.c 2009-02-21 14:21:16.127471241 +0100 >@@ -40,6 +40,7 @@ > #include <sys/time.h> > #include <sys/ioctl.h> > #include <sys/socket.h> >+#include <linux/limits.h> > > #include <bluetooth/bluetooth.h> > #include <bluetooth/hci.h> >--- /var/tmp/portage/net-wireless/bluez-utils-2.25-r1/work/bluez-utils-2.25/tools/hciconfig.c 2006-01-08 03:03:06.000000000 +0100 >+++ /var/tmp/portage/net-wireless/bluez-utils-2.25-r1_mw/work/bluez-utils-2.25/tools/hciconfig.c 2009-02-21 14:20:08.188582203 +0100 >@@ -36,6 +36,7 @@ > #include <getopt.h> > #include <sys/ioctl.h> > #include <sys/socket.h> >+#include <linux/limits.h> > > #include <bluetooth/bluetooth.h> > #include <bluetooth/hci.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259811
: 182732