netfilter: xtables: change xt_match.checkentry return type
[safe/jmp/linux-2.6] / net / ipv4 / netfilter / ipt_ecn.c
index e661108..d1e234f 100644 (file)
@@ -85,7 +85,7 @@ static bool ecn_mt(const struct sk_buff *skb, const struct xt_match_param *par)
        return true;
 }
 
-static bool ecn_mt_check(const struct xt_mtchk_param *par)
+static int ecn_mt_check(const struct xt_mtchk_param *par)
 {
        const struct ipt_ecn_info *info = par->matchinfo;
        const struct ipt_ip *ip = par->entryinfo;