svn commit: trunk/busybox/procps

vda at busybox.net vda at busybox.net
Tue May 20 20:44:10 UTC 2008


Author: vda
Date: 2008-05-20 13:44:08 -0700 (Tue, 20 May 2008)
New Revision: 22029

Log:
fix another -Wall warning



Modified:
   trunk/busybox/procps/ps.c


Changeset:
Modified: trunk/busybox/procps/ps.c
===================================================================
--- trunk/busybox/procps/ps.c	2008-05-20 20:39:38 UTC (rev 22028)
+++ trunk/busybox/procps/ps.c	2008-05-20 20:44:08 UTC (rev 22029)
@@ -493,7 +493,7 @@
 #if !ENABLE_FEATURE_PS_WIDE
 	enum { terminal_width = 79 };
 #else
-	int terminal_width;
+	unsigned terminal_width;
 	int w_count = 0;
 #endif
 




More information about the busybox-cvs mailing list