uname: use wider integer for option bits

This commit is contained in:
Denis Vlasenko 2009-01-19 16:38:30 +00:00
parent 059138fd08
commit 038eec7c8b
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ int uname_main(int argc UNUSED_PARAM, char **argv)
const char *unknown_str = "unknown";
const char *fmt;
const unsigned short *delta;
char toprint;
unsigned toprint;
toprint = getopt32(argv, options);