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:
9d4ad80
)
[AVR32] ssize_t should be long, not int
author
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Fri, 9 Feb 2007 11:01:02 +0000
(12:01 +0100)
committer
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Fri, 9 Feb 2007 14:01:59 +0000
(15:01 +0100)
Since size_t is defined as unsigned long, ssize_t ought to be long
and not int. It could have been the other way around, but gcc defines
size_t as unsigned long, so this is correct.
This fixes a couple of printk format warnings.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
No differences found