diff options
Diffstat (limited to 'aports/iptables/fix-xtables.patch')
-rw-r--r-- | aports/iptables/fix-xtables.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/aports/iptables/fix-xtables.patch b/aports/iptables/fix-xtables.patch new file mode 100644 index 0000000..657c821 --- /dev/null +++ b/aports/iptables/fix-xtables.patch @@ -0,0 +1,10 @@ +--- a/libxtables/xtables.c 2022-05-13 13:26:26.000000000 +0000 ++++ b/libxtables/xtables.c 2022-05-17 08:56:52.670556393 +0000 +@@ -45,7 +45,6 @@ + + #include <xtables.h> + #include <limits.h> /* INT_MAX in ip_tables.h/ip6_tables.h */ +-#include <linux/if_ether.h> /* ETH_ALEN */ + #include <linux/netfilter_ipv4/ip_tables.h> + #include <linux/netfilter_ipv6/ip6_tables.h> + #include <libiptc/libxtc.h> |