summaryrefslogtreecommitdiffstats
path: root/patches/iptables-1.8.2/0003-xtables-legacy-add-missing-config.h-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/iptables-1.8.2/0003-xtables-legacy-add-missing-config.h-include.patch')
-rw-r--r--patches/iptables-1.8.2/0003-xtables-legacy-add-missing-config.h-include.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/patches/iptables-1.8.2/0003-xtables-legacy-add-missing-config.h-include.patch b/patches/iptables-1.8.2/0003-xtables-legacy-add-missing-config.h-include.patch
deleted file mode 100644
index 25adb586c..000000000
--- a/patches/iptables-1.8.2/0003-xtables-legacy-add-missing-config.h-include.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-From: Lucas Stach <l.stach@pengutronix.de>
-Date: Fri, 8 Mar 2019 15:19:12 +0100
-Subject: [PATCH] xtables-legacy: add missing config.h include
-
-Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
----
- iptables/xtables-legacy-multi.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/iptables/xtables-legacy-multi.c b/iptables/xtables-legacy-multi.c
-index e68814dd082e..3b7905ff76b1 100644
---- a/iptables/xtables-legacy-multi.c
-+++ b/iptables/xtables-legacy-multi.c
-@@ -1,3 +1,4 @@
-+#include <config.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>