mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +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;
|
extern char *ProgramName;
|
||||||
|
|
||||||
|
#if !defined(linux)
|
||||||
extern char *malloc(), *realloc();
|
extern char *malloc(), *realloc();
|
||||||
|
#endif
|
||||||
int process_command(), auth_initialize(), auth_finalize();
|
int process_command(), auth_initialize(), auth_finalize();
|
||||||
extern int print_help();
|
extern int print_help();
|
||||||
extern int verbose;
|
extern int verbose;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue