summaryrefslogtreecommitdiffstats
path: root/package/libndp/libndp-01-missing-stdarg-include.patch
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2014-06-27 20:42:09 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-29 10:32:29 +0200
commit9b6aff85b2b5f6e3f737091b3d769b6d7c80e57f (patch)
tree5aad07d586de82203bad80fa33443473783d5e4c /package/libndp/libndp-01-missing-stdarg-include.patch
parent30cce702e7d605048130149e68989c5a52ca5b09 (diff)
downloadbuildroot-9b6aff85b2b5f6e3f737091b3d769b6d7c80e57f.tar.gz
buildroot-9b6aff85b2b5f6e3f737091b3d769b6d7c80e57f.zip
libndp: bump to 1.3
Remove upstreamed patch. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libndp/libndp-01-missing-stdarg-include.patch')
-rw-r--r--package/libndp/libndp-01-missing-stdarg-include.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/libndp/libndp-01-missing-stdarg-include.patch b/package/libndp/libndp-01-missing-stdarg-include.patch
deleted file mode 100644
index e10848ee0b..0000000000
--- a/package/libndp/libndp-01-missing-stdarg-include.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Add missing <stdarg.h> include for va_list
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
-Index: b/include/ndp.h
-===================================================================
---- a/include/ndp.h
-+++ b/include/ndp.h
-@@ -20,6 +20,7 @@
- #ifndef _NDP_H_
- #define _NDP_H_
-
-+#include <stdarg.h>
- #include <stdbool.h>
- #include <netinet/in.h>
-
OpenPOWER on IntegriCloud