[NETFILTER]: x_tables: switch hotdrop to bool
[deliverable/linux.git] / net / ipv4 / netfilter / ipt_tos.c
index d314844af12b080991e082a108d83be27d426a41..803ed4c35b551af2adff7fa1c539e903dd59b5ac 100644 (file)
@@ -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.03804 seconds and 5 git commands to generate.