[NETFILTER]: x_tables: switch xt_match->match to bool
[deliverable/linux.git] / net / ipv4 / netfilter / ipt_tos.c
index d314844af12b080991e082a108d83be27d426a41..67699ae46d370b72e02f2f9b1d637bc783fca289 100644 (file)
@@ -18,7 +18,7 @@
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("iptables TOS match module");
 
-static int
+static bool
 match(const struct sk_buff *skb,
       const struct net_device *in,
       const struct net_device *out,
@@ -26,7 +26,7 @@ match(const struct sk_buff *skb,
       const void *matchinfo,
       int offset,
       unsigned int protoff,
-      int *hotdrop)
+      bool *hotdrop)
 {
        const struct ipt_tos_info *info = matchinfo;
 
This page took 0.023936 seconds and 5 git commands to generate.