[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined structure...
[powerpc.git] / net / ipv4 / netfilter / nf_nat_rule.c
index de25d63..7f95b4e 100644 (file)
@@ -119,7 +119,7 @@ static struct
        }
 };
 
-static struct ipt_table nat_table = {
+static struct xt_table nat_table = {
        .name           = "nat",
        .valid_hooks    = NAT_VALID_HOOKS,
        .lock           = RW_LOCK_UNLOCKED,