[PATCH] kbuild: signed char fixes for scripts

This time I did not break anything... and they shut up gcc4 ;)

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
J.A. Magallon
2005-07-15 22:14:43 +00:00
committed by Sam Ravnborg
parent 84c2a2eb34
commit 61d9cdf2a9
3 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ void usage(char *argv0)
int getunicode(char **p0)
{
unsigned char *p = *p0;
char *p = *p0;
while (*p == ' ' || *p == '\t')
p++;