[BusyBox-cvs] busybox/applets busybox.c,1.142,1.143

Glenn McGrath bug1 at busybox.net
Sat Oct 4 00:05:51 UTC 2003


Update of /var/cvs/busybox/applets
In directory winder:/tmp/cvs-serv15564/applets

Modified Files:
	busybox.c 
Log Message:
Woops, the previous patch reversal wasnt complete, breaking everything.


Index: busybox.c
===================================================================
RCS file: /var/cvs/busybox/applets/busybox.c,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- busybox.c	3 Oct 2003 13:21:10 -0000	1.142
+++ busybox.c	4 Oct 2003 00:05:47 -0000	1.143
@@ -98,7 +98,7 @@
 
 int busybox_main(int argc, char **argv)
 {
-	int col = 0;
+	int col = 0, len, i;
 
 #ifdef CONFIG_FEATURE_INSTALLER	
 	/* 




More information about the busybox-cvs mailing list