[BusyBox-cvs] svn commit: trunk/busybox/include

pgf at busybox.net pgf at busybox.net
Tue Jul 19 21:21:58 UTC 2005


Author: pgf
Date: 2005-07-19 15:21:58 -0600 (Tue, 19 Jul 2005)
New Revision: 10865

Log:
applying fix from;
    0000092: looks like the initializer for .need_suid was missing.      



Modified:
   trunk/busybox/include/applets.h


Changeset:
Modified: trunk/busybox/include/applets.h
===================================================================
--- trunk/busybox/include/applets.h	2005-07-19 21:19:20 UTC (rev 10864)
+++ trunk/busybox/include/applets.h	2005-07-19 21:21:58 UTC (rev 10865)
@@ -731,7 +731,7 @@
 #endif
 
 #if !defined(PROTOTYPES) && !defined(MAKE_USAGE)
-	{ 0,NULL,0 }
+	{ 0,NULL,0,0 }
 };
 
 #endif




More information about the busybox-cvs mailing list