svn commit: trunk/busybox/coreutils

vda at busybox.net vda at busybox.net
Mon Jan 19 16:38:31 UTC 2009


Author: vda
Date: 2009-01-19 16:38:30 +0000 (Mon, 19 Jan 2009)
New Revision: 24911

Log:
uname: use wider integer for option bits



Modified:
   trunk/busybox/coreutils/uname.c


Changeset:
Modified: trunk/busybox/coreutils/uname.c
===================================================================
--- trunk/busybox/coreutils/uname.c	2009-01-19 16:32:23 UTC (rev 24910)
+++ trunk/busybox/coreutils/uname.c	2009-01-19 16:38:30 UTC (rev 24911)
@@ -80,7 +80,7 @@
 	const char *unknown_str = "unknown";
 	const char *fmt;
 	const unsigned short *delta;
-	char toprint;
+	unsigned toprint;
 
 	toprint = getopt32(argv, options);
 



More information about the busybox-cvs mailing list