[NETFILTER]: x_tables: switch xt_match->match to bool
[powerpc.git] / net / netfilter / xt_state.c
index 74fe069..f77f74a 100644 (file)
@@ -20,7 +20,7 @@ MODULE_DESCRIPTION("ip[6]_tables connection tracking state match module");
 MODULE_ALIAS("ipt_state");
 MODULE_ALIAS("ip6t_state");
 
-static int
+static bool
 match(const struct sk_buff *skb,
       const struct net_device *in,
       const struct net_device *out,