Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 573174
Collapse All | Expand All

(-)a/src/iptables.c (-1 / +3 lines)
Lines 1566-1571 struct xtables_globals iptables_globals = { Link Here
1566
	.option_offset = 0,
1566
	.option_offset = 0,
1567
	.opts = iptables_opts,
1567
	.opts = iptables_opts,
1568
	.orig_opts = iptables_opts,
1568
	.orig_opts = iptables_opts,
1569
#if XTABLES_VERSION_CODE > 10
1570
	.compat_rev = xtables_compatible_revision,
1571
#endif
1569
};
1572
};
1570
1573
1571
static struct xtables_target *prepare_target(struct connman_iptables *table,
1574
static struct xtables_target *prepare_target(struct connman_iptables *table,
1572
- 

Return to bug 573174