[BusyBox] [patch] missing initializer in applet list

Bernhard Fischer rep.nop at aon.at
Tue Feb 8 14:49:30 UTC 2005


Hi,

looks like the initializer for .need_suid was missing.

include/applets.h: add missing initializer in applet list.


-------------- next part --------------
diff -X ../excl -rup upstream/busybox/include/applets.h busybox/include/applets.h
--- upstream/busybox/include/applets.h	2004-08-27 01:01:34.000000000 +0200
+++ busybox/include/applets.h	2005-02-07 09:48:05.000000000 +0100
@@ -672,7 +672,7 @@
 #endif
 
 #if !defined(PROTOTYPES) && !defined(MAKE_USAGE)
-	{ 0,NULL,0 }
+	{ 0,NULL,0,0 }
 };
 
 #endif



More information about the busybox mailing list