Subject: Fix for FTBFS with glibc2.8 Package: obexpushd Severity: wishlist Tags: patch
On Ubuntu, which is using glibc2.8, obexpushd fails to build due to changes in the glibc headers. The attached patch will allow successful build on the newer glibc for when debian updates. --- src/get.c.new 2008-07-13 05:46:52.000000000 +0000 +++ src/get.c 2008-07-13 05:51:06.000000000 +0000 @@ -33,6 +33,7 @@ #include <fcntl.h> #include <ctype.h> #include <unistd.h> +#include <limits.h> #define EOL(n) ((n) == '\n' || (n) == '\r') -- System Information: Debian Release: lenny/sid APT prefers hardy-updates APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 'hardy') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-19-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

