Wed Mar 03 2004 Tim Waugh <twaugh@redhat.com> 4.13b-36 - Oops, use system C compiler. Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Mar 02 2004 Tim Waugh <twaugh@redhat.com> 4.13b-35 - Prevent "error: conflicting types for 'malloc'". Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt
11 lines
299 B
Diff
11 lines
299 B
Diff
--- a2ps-4.13/lib/path-concat.c.malloc 2004-03-02 11:27:49.000000000 +0000
|
|
+++ a2ps-4.13/lib/path-concat.c 2004-03-02 11:28:14.000000000 +0000
|
|
@@ -31,7 +31,7 @@
|
|
#endif
|
|
#include <sys/types.h>
|
|
|
|
-char *malloc ();
|
|
+#include <stdlib.h>
|
|
|
|
#ifndef DIRECTORY_SEPARATOR
|
|
# define DIRECTORY_SEPARATOR '/'
|