[NETFILTER]: x_tables: switch hotdrop to bool
[powerpc.git] / net / netfilter / xt_comment.c
index 7db492d..20690ea 100644 (file)
@@ -23,7 +23,7 @@ match(const struct sk_buff *skb,
       const void *matchinfo,
       int offset,
       unsigned int protooff,
-      int *hotdrop)
+      bool *hotdrop)
 {
        /* We always match */
        return 1;