]> git.pld-linux.org Git - packages/a2ps.git/commitdiff
- remove unneccessary redeclaration of malloc - buildfix
authorgrzegol <grzegol@pld-linux.org>
Sat, 28 Aug 2004 16:02:42 +0000 (16:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    a2ps-malloc.patch -> 1.1

a2ps-malloc.patch [new file with mode: 0644]

diff --git a/a2ps-malloc.patch b/a2ps-malloc.patch
new file mode 100644 (file)
index 0000000..56c6908
--- /dev/null
@@ -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 <sys/types.h>
+-char *malloc ();
+-
+ #ifndef DIRECTORY_SEPARATOR
+ # define DIRECTORY_SEPARATOR '/'
+ #endif
This page took 0.133708 seconds and 4 git commands to generate.