netfilter: xtables: change xt_match.checkentry return type
[safe/jmp/linux-2.6] / net / netfilter / xt_policy.c
index de3aded..c9965b6 100644 (file)
@@ -128,7 +128,7 @@ policy_mt(const struct sk_buff *skb, const struct xt_match_param *par)
        return ret;
 }
 
-static bool policy_mt_check(const struct xt_mtchk_param *par)
+static int policy_mt_check(const struct xt_mtchk_param *par)
 {
        const struct xt_policy_info *info = par->matchinfo;