[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined structure...
[powerpc.git] / net / ipv6 / netfilter / ip6table_mangle.c
index 6250e86..6f67ee1 100644 (file)
@@ -122,7 +122,7 @@ static struct
     }
 };
 
-static struct ip6t_table packet_mangler = {
+static struct xt_table packet_mangler = {
        .name           = "mangle",
        .valid_hooks    = MANGLE_VALID_HOOKS,
        .lock           = RW_LOCK_UNLOCKED,