applying fix from;

0000092: looks like the initializer for .need_suid was missing.
This commit is contained in:
Paul Fox 2005-07-19 21:21:58 +00:00
parent deac371690
commit 127adc559f

View File

@ -731,7 +731,7 @@
#endif
#if !defined(PROTOTYPES) && !defined(MAKE_USAGE)
{ 0,NULL,0 }
{ 0,NULL,0,0 }
};
#endif