diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:37:36 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:37:36 +0100 |
commit | beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8 (patch) | |
tree | f0c3c31f645a154cc1c0184e3acdd5144947df89 /base/libnl/gcc43.patch | |
parent | 6d1dfc9b5e483ec9690fde1c12a6607722e60325 (diff) | |
download | nutyx-extra-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.tar.gz nutyx-extra-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.tar.bz2 nutyx-extra-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.tar.xz nutyx-extra-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.zip |
libnl, déplacé dans base
Diffstat (limited to 'base/libnl/gcc43.patch')
-rw-r--r-- | base/libnl/gcc43.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/base/libnl/gcc43.patch b/base/libnl/gcc43.patch new file mode 100644 index 000000000..e9089639b --- /dev/null +++ b/base/libnl/gcc43.patch @@ -0,0 +1,11 @@ +--- libnl-1.1/include/netlink-local.h.orig 2008-06-08 19:09:20.000000000 +0200 ++++ libnl-1.1/include/netlink-local.h 2008-06-08 19:09:33.000000000 +0200 +@@ -26,6 +26,7 @@ + #include <sys/socket.h> + #include <inttypes.h> + #include <assert.h> ++#include <limits.h> + + #include <arpa/inet.h> + #include <netdb.h> + |