mirror of https://github.com/mirror/busybox.git
uname: use wider integer for option bits
parent
059138fd08
commit
038eec7c8b
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue