mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-05 20:26:38 +02:00
build: additional compilation fixes for Linux 3.2/3.3
This commit is contained in:
@@ -8,7 +8,11 @@ enum {
|
||||
};
|
||||
|
||||
struct xt_DNETMAP_tginfo {
|
||||
#ifdef __KERNEL__
|
||||
struct nf_nat_ipv4_multi_range_compat prefix;
|
||||
#else
|
||||
struct nf_nat_multi_range_compat prefix;
|
||||
#endif
|
||||
__u8 flags;
|
||||
__s16 ttl;
|
||||
};
|
||||
|
Reference in New Issue
Block a user