From: Jozsef Kadlecsik Date: Thu, 19 Nov 2020 20:26:13 +0000 (+0100) Subject: Complete backward compatibility fix for package copy of X-Git-Tag: v7.8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3ca4a853cde62acb35f244aab75bcacc542b7ba;p=thirdparty%2Fipset.git Complete backward compatibility fix for package copy of An unnecessary condition prevented to compile pfxlen.c with the patch 202cfef66b3a1e0988d applied, it's fixed. Signed-off-by: Jozsef Kadlecsik --- diff --git a/kernel/net/netfilter/ipset/pfxlen.c b/kernel/net/netfilter/ipset/pfxlen.c index 59f6e72c..1e264c79 100644 --- a/kernel/net/netfilter/ipset/pfxlen.c +++ b/kernel/net/netfilter/ipset/pfxlen.c @@ -1,6 +1,4 @@ #include -#define IP_SET_COMPAT_HEADERS -#include #include /* Prefixlen maps for fast conversions, by Jan Engelhardt. */