[NETFILTER]: x_tables: switch hotdrop to bool
[powerpc.git] / net / netfilter / xt_quota.c
index bfdde06..53c71ac 100644 (file)
@@ -20,7 +20,7 @@ static int
 match(const struct sk_buff *skb,
       const struct net_device *in, const struct net_device *out,
       const struct xt_match *match, const void *matchinfo,
-      int offset, unsigned int protoff, int *hotdrop)
+      int offset, unsigned int protoff, bool *hotdrop)
 {
        struct xt_quota_info *q = ((struct xt_quota_info *)matchinfo)->master;
        int ret = q->flags & XT_QUOTA_INVERT ? 1 : 0;