On Linux don't redefine the prototypes to malloc() and realloc() to the wrong
things.
This commit is contained in:
@@ -57,7 +57,9 @@ typedef int Bool;
|
||||
|
||||
extern char *ProgramName;
|
||||
|
||||
#if !defined(linux)
|
||||
extern char *malloc(), *realloc();
|
||||
#endif
|
||||
int process_command(), auth_initialize(), auth_finalize();
|
||||
extern int print_help();
|
||||
extern int verbose;
|
||||
|
||||
Reference in New Issue
Block a user