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 /extra/libnl/gcc43.patch | |
parent | 6d1dfc9b5e483ec9690fde1c12a6607722e60325 (diff) | |
download | nutyx-pakxe-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.tar.gz nutyx-pakxe-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.tar.bz2 nutyx-pakxe-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.tar.xz nutyx-pakxe-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.zip |
libnl, déplacé dans base
Diffstat (limited to 'extra/libnl/gcc43.patch')
-rw-r--r-- | extra/libnl/gcc43.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/libnl/gcc43.patch b/extra/libnl/gcc43.patch deleted file mode 100644 index e9089639b..000000000 --- a/extra/libnl/gcc43.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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> - |