]> git.pld-linux.org Git - packages/a2ps.git/blob - a2ps-malloc.patch
- remove unneccessary redeclaration of malloc - buildfix
[packages/a2ps.git] / a2ps-malloc.patch
1 diff -urN aa/a2ps-4.13/lib/path-concat.c a2ps-4.13/lib/path-concat.c
2 --- aa/a2ps-4.13/lib/path-concat.c      1999-10-10 20:34:46.000000000 +0200
3 +++ a2ps-4.13/lib/path-concat.c 2004-08-28 17:53:01.137958432 +0200
4 @@ -31,8 +31,6 @@
5  #endif
6  #include <sys/types.h>
7  
8 -char *malloc ();
9 -
10  #ifndef DIRECTORY_SEPARATOR
11  # define DIRECTORY_SEPARATOR '/'
12  #endif
This page took 0.029202 seconds and 4 git commands to generate.