netfilter: xtables: change xt_match.checkentry return type
[linux-2.6-microblaze.git] / net / netfilter / xt_sctp.c
index 977b182..5037a7a 100644 (file)
@@ -144,7 +144,7 @@ sctp_mt(const struct sk_buff *skb, const struct xt_match_param *par)
                           XT_SCTP_CHUNK_TYPES, info->flags, info->invflags);
 }
 
-static bool sctp_mt_check(const struct xt_mtchk_param *par)
+static int sctp_mt_check(const struct xt_mtchk_param *par)
 {
        const struct xt_sctp_info *info = par->matchinfo;