summaryrefslogtreecommitdiffstats
path: root/package/libndp/libndp-01-missing-stdarg-include.patch
diff options
context:
space:
mode:
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