Two unnecessary warnings with svn

Mats Erik Andersson mats.andersson64 at comhem.se
Mon Apr 30 15:30:39 UTC 2007


Hello there,

I get two irritating warnings from the compiler on
todays svn, with a fairly small configuration.

MEA

PS I still dislike the new output from "kill -l".



--- coreutils/test.c.svn	2007-04-30 17:21:24.736054416 +0200
+++ coreutils/test.c	2007-04-30 17:22:46.161675840 +0200
@@ -376,3 +376,3 @@
 	struct stat s;
-	int i;
+	int i = 0;
 
--- procps/ps.c.svn	2007-04-30 17:19:07.055984968 +0200
+++ procps/ps.c	2007-04-30 17:19:31.416281640 +0200
@@ -385,3 +385,3 @@
 			else
-				len = printf("%5u %-8s %6ld %s ",
+				len = printf("%5u %-8s %6d %s ",
 					p->pid, user, p->vsz, p->state);




More information about the busybox mailing list