applying fix from;
0000092: looks like the initializer for .need_suid was missing.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user