applying fix from;
0000092: looks like the initializer for .need_suid was missing.
This commit is contained in:
parent
deac371690
commit
127adc559f
@ -731,7 +731,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(PROTOTYPES) && !defined(MAKE_USAGE)
|
#if !defined(PROTOTYPES) && !defined(MAKE_USAGE)
|
||||||
{ 0,NULL,0 }
|
{ 0,NULL,0,0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user