mirror of https://github.com/mirror/busybox.git
applying fix from;
0000092: looks like the initializer for .need_suid was missing.1_1_stable
parent
deac371690
commit
127adc559f
|
@ -731,7 +731,7 @@
|
|||
#endif
|
||||
|
||||
#if !defined(PROTOTYPES) && !defined(MAKE_USAGE)
|
||||
{ 0,NULL,0 }
|
||||
{ 0,NULL,0,0 }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue