[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)
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>

No differences found