]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/xt_owner.c
netfilter: xtables: substitute temporary defines by final name
[net-next-2.6.git] / net / netfilter / xt_owner.c
index d24c76dffee298a01a11126fe0fad2bb54301712..3dd1391d385afe185b5a78fcbf11d66bb869087e 100644 (file)
@@ -18,7 +18,7 @@
 #include <linux/netfilter/xt_owner.h>
 
 static bool
-owner_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+owner_mt(const struct sk_buff *skb, const struct xt_action_param *par)
 {
        const struct xt_owner_match_info *info = par->matchinfo;
        const struct file *filp;