[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined structure...
[powerpc.git] / net / ipv4 / netfilter / iptable_raw.c
index bcbeb4a..5277550 100644 (file)
@@ -79,7 +79,7 @@ static struct
        }
 };
 
-static struct ipt_table packet_raw = { 
+static struct xt_table packet_raw = {
        .name = "raw", 
        .valid_hooks =  RAW_VALID_HOOKS, 
        .lock = RW_LOCK_UNLOCKED,