netfilter: xtables: change xt_match.checkentry return type
[safe/jmp/linux-2.6] / net / bridge / netfilter / ebt_ip6.c
index 63e3888..fa4ecf5 100644 (file)
@@ -80,7 +80,7 @@ ebt_ip6_mt(const struct sk_buff *skb, const struct xt_match_param *par)
        return true;
 }
 
-static bool ebt_ip6_mt_check(const struct xt_mtchk_param *par)
+static int ebt_ip6_mt_check(const struct xt_mtchk_param *par)
 {
        const struct ebt_entry *e = par->entryinfo;
        struct ebt_ip6_info *info = par->matchinfo;