From: Paul Fox Date: Tue, 19 Jul 2005 21:21:58 +0000 (-0000) Subject: applying fix from; X-Git-Tag: 1_1_0~903 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=127adc559f9c3cc5c20df0c0cc85c4592733f451;p=oweals%2Fbusybox.git applying fix from; 0000092: looks like the initializer for .need_suid was missing. --- diff --git a/include/applets.h b/include/applets.h index a7578ba1a..6bce2ee75 100644 --- a/include/applets.h +++ b/include/applets.h @@ -731,7 +731,7 @@ #endif #if !defined(PROTOTYPES) && !defined(MAKE_USAGE) - { 0,NULL,0 } + { 0,NULL,0,0 } }; #endif