OCaml 4.14.0 rebuild
[arch-packages.git] / a2ps / trunk / a2ps-4.14-fix-stpcpy-proto.patch
blob7c3c69076ae90cfa1d3d1df4c277c38e89c1dd51
1 === modified file 'lib/xstrrpl.c'
2 --- lib/xstrrpl.c 2008-04-14 18:04:50 +0000
3 +++ lib/xstrrpl.c 2008-04-14 18:20:20 +0000
4 @@ -20,12 +20,10 @@
6 #include "system.h"
7 #include <assert.h>
8 #include "xstrrpl.h"
10 -extern char * stpcpy();
12 /* Perform subsitutions in string. Result is malloc'd
13 E.g., result = xstrrrpl ("1234", subst) gives result = "112333"
14 where subst = { {"1", "11"}, {"3", "333"}, { "4", ""}}
16 char *