Magellan Linux

Contents of /trunk/libnl/patches/libnl-1.1-glibc-2.8-ULONG_MAX.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 845 - (show annotations) (download)
Fri Jun 12 10:41:10 2009 UTC (14 years, 11 months ago) by niro
File size: 311 byte(s)
added libnl patches

1 https://bugs.gentoo.org/show_bug.cgi?id=225393
2
3 --- include/netlink-local.h 2008-06-09 07:54:20 +0000
4 +++ include/netlink-local.h 2008-06-09 07:54:47 +0000
5 @@ -26,6 +26,7 @@
6 #include <sys/socket.h>
7 #include <inttypes.h>
8 #include <assert.h>
9 +#include <limits.h>
10
11 #include <arpa/inet.h>
12 #include <netdb.h>
13