[NETFILTER]: Replace sk_buff ** with sk_buff *
[linux-2.6-block.git] / net / netfilter / xt_NFQUEUE.c
index 13f59f3e8c3814db0f820720794146ffdda74366..c3984e9f766a361c2a6d82f445f27aeba00c3fec 100644 (file)
@@ -24,7 +24,7 @@ MODULE_ALIAS("ip6t_NFQUEUE");
 MODULE_ALIAS("arpt_NFQUEUE");
 
 static unsigned int
-target(struct sk_buff **pskb,
+target(struct sk_buff *skb,
        const struct net_device *in,
        const struct net_device *out,
        unsigned int hooknum,