diff options
Diffstat (limited to 'extra/a2ps/a2ps-4.14-fix-stpcpy-proto.patch')
-rw-r--r-- | extra/a2ps/a2ps-4.14-fix-stpcpy-proto.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/extra/a2ps/a2ps-4.14-fix-stpcpy-proto.patch b/extra/a2ps/a2ps-4.14-fix-stpcpy-proto.patch deleted file mode 100644 index 7c3c69076..000000000 --- a/extra/a2ps/a2ps-4.14-fix-stpcpy-proto.patch +++ /dev/null @@ -1,17 +0,0 @@ -=== modified file 'lib/xstrrpl.c' ---- lib/xstrrpl.c 2008-04-14 18:04:50 +0000 -+++ lib/xstrrpl.c 2008-04-14 18:20:20 +0000 -@@ -20,12 +20,10 @@ - - #include "system.h" - #include <assert.h> - #include "xstrrpl.h" - --extern char * stpcpy(); -- - /* Perform subsitutions in string. Result is malloc'd - E.g., result = xstrrrpl ("1234", subst) gives result = "112333" - where subst = { {"1", "11"}, {"3", "333"}, { "4", ""}} - */ - char * - |