etc: Enable a tty for a serial port by default.
[dragora.git] / patches / iptables / fix-xtables.patch
blob657c8219b4f23a6d0690582a7cb825df3fe3ef9c
1 --- a/libxtables/xtables.c 2022-05-13 13:26:26.000000000 +0000
2 +++ b/libxtables/xtables.c 2022-05-17 08:56:52.670556393 +0000
3 @@ -45,7 +45,6 @@
5 #include <xtables.h>
6 #include <limits.h> /* INT_MAX in ip_tables.h/ip6_tables.h */
7 -#include <linux/if_ether.h> /* ETH_ALEN */
8 #include <linux/netfilter_ipv4/ip_tables.h>
9 #include <linux/netfilter_ipv6/ip6_tables.h>
10 #include <libiptc/libxtc.h>