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:
b2c44a5
)
batman-adv: Reduce usage of char
author
Sven Eckelmann
<sven@narfation.org>
Wed, 15 Jun 2011 07:41:37 +0000
(09:41 +0200)
committer
Sven Eckelmann
<sven@narfation.org>
Mon, 20 Jun 2011 09:37:18 +0000
(11:37 +0200)
char was used in different places to store information without really
using the characteristics of that data type or by ignoring the fact that
char has not a well defined signedness.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
No differences found