[BusyBox] simple patch

Christopher Hoover ch at murgatroid.com
Sat Oct 4 00:23:45 UTC 2003


Here's a simple patch to the current cvs head that makes the tree compile.

-ch
mailto:ch(at)murgatroid.com
mailto:ch(at)hpl.hp.com

diff -X dontdiff -Naurp busybox.pristine/applets/busybox.c busybox/applets/busybox.c
--- busybox.pristine/applets/busybox.c	2003-10-03 06:21:10.000000000 -0700
+++ busybox/applets/busybox.c	2003-10-03 16:25:43.000000000 -0700
@@ -99,6 +99,7 @@ int main(int argc, char **argv)
 int busybox_main(int argc, char **argv)
 {
 	int col = 0;
+	int len, i;
 
 #ifdef CONFIG_FEATURE_INSTALLER	
 	/* 



More information about the busybox mailing list