On Linux don't redefine the prototypes to malloc() and realloc() to the wrong
authorPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 00:37:58 +0000 (00:37 +0000)
committerPeter Howkins <flibble@users.sourceforge.net>
Mon, 12 Mar 2012 00:37:58 +0000 (00:37 +0000)
things.

cde/lib/tt/bin/ttauth/ttauth.h

index df6d58159b4010c05b042d87083770e289c20e0b..5e1b27f5f7894b14a0c825fc23e22a2e1d689f16 100644 (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;