Explicitly mark main() as public in executables to avoid an HP-UX
ld warning.
This commit is contained in:
@@ -127,6 +127,8 @@ extern char *malloc_options;
|
||||
extern int sudoersdebug;
|
||||
#endif
|
||||
|
||||
__dso_public int main(int argc, char *argv[]);
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
|
Reference in New Issue
Block a user