]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/bridge/netfilter/ebt_log.c
netfilter: Use unsigned types for hooknum and pf vars
[net-next-2.6.git] / net / bridge / netfilter / ebt_log.c
index 2f430d4ae9119d7ca7f723c424144aa5548aa106..3770cd8a7b3ab9c21416267a4a694646d2579c6e 100644 (file)
@@ -84,7 +84,7 @@ print_ports(const struct sk_buff *skb, uint8_t protocol, int offset)
 
 #define myNIPQUAD(a) a[0], a[1], a[2], a[3]
 static void
-ebt_log_packet(unsigned int pf, unsigned int hooknum,
+ebt_log_packet(u_int8_t pf, unsigned int hooknum,
    const struct sk_buff *skb, const struct net_device *in,
    const struct net_device *out, const struct nf_loginfo *loginfo,
    const char *prefix)