netfilter: xtables: change xt_match.checkentry return type
[safe/jmp/linux-2.6] / net / bridge / netfilter / ebt_802_3.c
index 5d11767..7b6f4c4 100644 (file)
@@ -36,7 +36,7 @@ ebt_802_3_mt(const struct sk_buff *skb, const struct xt_match_param *par)
        return true;
 }
 
-static bool ebt_802_3_mt_check(const struct xt_mtchk_param *par)
+static int ebt_802_3_mt_check(const struct xt_mtchk_param *par)
 {
        const struct ebt_802_3_info *info = par->matchinfo;