git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60468d5
)
[NET]: Fix comparisons of unsigned < 0.
author
Bill Nottingham
<notting@redhat.com>
Fri, 1 Jun 2007 04:33:35 +0000
(21:33 -0700)
committer
David 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