netfilter: Use unsigned types for hooknum and pf vars
[deliverable/linux.git] / net / ipv4 / netfilter / ipt_LOG.c
index 0af14137137b6c836263ee386b234a60e02e4585..9330ba3577e11f5a35ca9894d7951b7bc0f8893d 100644 (file)
@@ -375,7 +375,7 @@ static struct nf_loginfo default_loginfo = {
 };
 
 static void
-ipt_log_packet(unsigned int pf,
+ipt_log_packet(u_int8_t pf,
               unsigned int hooknum,
               const struct sk_buff *skb,
               const struct net_device *in,
This page took 0.025001 seconds and 5 git commands to generate.