On Linux don't redefine the prototypes to malloc() and realloc() to the wrong

things.
This commit is contained in:
Peter Howkins 2012-03-12 00:37:58 +00:00
parent 86909a64f0
commit 84139c3575
1 changed files with 2 additions and 0 deletions

View File

@ -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;