]> git.baikalelectronics.ru Git - kernel.git/commit
[NET]: Fix comparisons of unsigned < 0.
authorBill Nottingham <notting@redhat.com>
Fri, 1 Jun 2007 04:33:35 +0000 (21:33 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 4 Jun 2007 01:08:47 +0000 (18:08 -0700)
commit05e97f2d4cc0b2607623a6f54e49ff38b93a6ae7
tree71d9e0aaabb6b3904c477f8ee253484245e38d49
parent9b442ec7155e15148fb02b6077a373f83b9d3718
[NET]: Fix comparisons of unsigned < 0.

Recent gcc versions emit warnings when unsigned variables are
compared < 0 or >= 0.

Signed-off-by: Bill Nottingham <notting@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan.c
net/dccp/probe.c
net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c
net/sched/act_pedit.c
net/sctp/debug.c
net/sctp/sm_statetable.c
net/wanrouter/wanmain.c