diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-10 10:50:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-10 10:50:39 +0100 |
commit | 9c2ebc92f8f3f1e7b02e0724eab2bc4d9b5edfd0 (patch) | |
tree | 73179574646cb2864dae2b14ee56d9cd08b8c7ba /package/libnl/patches/patch-src_utils_c | |
parent | 18aa85857ca8fa9d75d41c36665a1cb7e8bbda5c (diff) |
update to libnl 2.0
Diffstat (limited to 'package/libnl/patches/patch-src_utils_c')
-rw-r--r-- | package/libnl/patches/patch-src_utils_c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/libnl/patches/patch-src_utils_c b/package/libnl/patches/patch-src_utils_c deleted file mode 100644 index 05da529a3..000000000 --- a/package/libnl/patches/patch-src_utils_c +++ /dev/null @@ -1,11 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- libnl-1.1.orig/src/utils.c 2008-01-14 16:48:45.000000000 +0100 -+++ libnl-1.1/src/utils.c 2009-04-16 20:16:45.349364825 +0200 -@@ -12,6 +12,7 @@ - #include "utils.h" - - #include <stdlib.h> -+#include <stdarg.h> - - int nltool_init(int argc, char *argv[]) - { |