Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netfilter: ipset: Remove duplicate declaration

struct ip_set is declared twice. One is declared at 79th line,
so remove the duplicate.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Acked-by: Jozsef Kadlecsik <kadlec@netfilter.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

authored by

Wan Jiabing and committed by
Pablo Neira Ayuso
5c701e71 c520292f

-2
-2
include/linux/netfilter/ipset/ip_set.h
··· 124 124 bool target; 125 125 }; 126 126 127 - struct ip_set; 128 - 129 127 #define ext_timeout(e, s) \ 130 128 ((unsigned long *)(((void *)(e)) + (s)->offset[IPSET_EXT_ID_TIMEOUT])) 131 129 #define ext_counter(e, s) \