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:
3557957
)
MN10300: Fix size_t and ssize_t
author
David Howells
<dhowells@redhat.com>
Thu, 12 Aug 2010 15:54:41 +0000
(16:54 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 12 Aug 2010 16:51:35 +0000
(09:51 -0700)
With the newer compilers, size_t and ssize_t are expected to be (un)signed int
rather than (un)signed long.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found