mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 03:32:24 +00:00
On Linux don't redefine the prototypes to malloc() and realloc() to the wrong
things.
This commit is contained in:
parent
86909a64f0
commit
84139c3575
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue