]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/conmakehash.c
[PATCH] Adapt scripts/ver_linux to new util-linux version strings
[karo-tx-linux.git] / scripts / conmakehash.c
index 93dd23f21ec96b5736f205bdf38e6b1ad787c557..e0c6891a9ad4f5b35c7bb96b381a171f32887d99 100644 (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++;