commit | 75202e76893c11ce7f8bcc9a07f994d71e3d5113 | [log] [tgz] |
---|---|---|
author | Bill Nottingham <notting@redhat.com> | Thu May 31 21:33:35 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Jun 03 18:08:47 2007 -0700 |
tree | 71d9e0aaabb6b3904c477f8ee253484245e38d49 | |
parent | 60468d5b5b6931b4d4d704e26b5f17a6e476e6f8 [diff] |
[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>