X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=net%2Fnetfilter%2Fxt_pkttype.c;h=5b645cb598fc261d52d8b44c6acc63ac8d388dea;hb=cba7a98a474a4f2a9316473734ba76829191a78a;hp=d95f2149df9380a6e4008bea9496a20b031fd71c;hpb=4b560b447df83368df44bd3712c0c39b1d79ba04;p=~andy%2Flinux diff --git a/net/netfilter/xt_pkttype.c b/net/netfilter/xt_pkttype.c index d95f2149df9..5b645cb598f 100644 --- a/net/netfilter/xt_pkttype.c +++ b/net/netfilter/xt_pkttype.c @@ -23,7 +23,7 @@ MODULE_ALIAS("ipt_pkttype"); MODULE_ALIAS("ip6t_pkttype"); static bool -pkttype_mt(const struct sk_buff *skb, const struct xt_action_param *par) +pkttype_mt(const struct sk_buff *skb, struct xt_action_param *par) { const struct xt_pkttype_info *info = par->matchinfo; u_int8_t type;