[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined structure...
[powerpc.git] / net / ipv4 / netfilter / ip_nat_rule.c
index 7a8e7bb..e1c8a05 100644 (file)
@@ -86,7 +86,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,