aports/main/iptables/fix-xtables.patch
Milan P. Stanić 281faa106e main/iptables: upgrade to 1.8.8
add patches for fix u_int16_t in some files
add patch to fix duplicate ethhdr definition
2022-05-18 09:22:22 +00:00

11 lines
395 B
Diff

--- 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>