1 2 3 4 5 6 7 8 9 10 11 12
--- a2ps-4.13/lib/path-concat.c 2002-03-04 13:46:25.000000000 -0500 +++ a2ps-4.13/lib/path-concat_.c 2004-04-13 01:47:03.596895984 -0400 @@ -31,7 +31,8 @@ #endif #include <sys/types.h> -char *malloc (); +/* Commented out by Tamran to work with gcc 3.4 */ +/* char *malloc (); */ #ifndef DIRECTORY_SEPARATOR # define DIRECTORY_SEPARATOR '/'