]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/xt_comment.c
netfilter: xtables: deconstify struct xt_action_param for matches
[net-next-2.6.git] / net / netfilter / xt_comment.c
index e82179832acd252bd6595b940fb97388612cad0d..5c861d2f21ca6feb528355e209ab679fd749a638 100644 (file)
@@ -16,7 +16,7 @@ MODULE_ALIAS("ipt_comment");
 MODULE_ALIAS("ip6t_comment");
 
 static bool
-comment_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+comment_mt(const struct sk_buff *skb, struct xt_action_param *par)
 {
        /* We always match */
        return true;