From: grzegol Date: Sat, 28 Aug 2004 16:02:42 +0000 (+0000) Subject: - remove unneccessary redeclaration of malloc - buildfix X-Git-Tag: AC-STABLE~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fa2ps.git;a=commitdiff_plain;h=7a330cde958b62581bda45e865a57b3191f69f61 - remove unneccessary redeclaration of malloc - buildfix Changed files: a2ps-malloc.patch -> 1.1 --- diff --git a/a2ps-malloc.patch b/a2ps-malloc.patch new file mode 100644 index 0000000..56c6908 --- /dev/null +++ b/a2ps-malloc.patch @@ -0,0 +1,12 @@ +diff -urN aa/a2ps-4.13/lib/path-concat.c a2ps-4.13/lib/path-concat.c +--- aa/a2ps-4.13/lib/path-concat.c 1999-10-10 20:34:46.000000000 +0200 ++++ a2ps-4.13/lib/path-concat.c 2004-08-28 17:53:01.137958432 +0200 +@@ -31,8 +31,6 @@ + #endif + #include + +-char *malloc (); +- + #ifndef DIRECTORY_SEPARATOR + # define DIRECTORY_SEPARATOR '/' + #endif