diff options
Diffstat (limited to 'lang/eperl/files/extra-patch-eperl_proto.h')
-rw-r--r-- | lang/eperl/files/extra-patch-eperl_proto.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/eperl/files/extra-patch-eperl_proto.h b/lang/eperl/files/extra-patch-eperl_proto.h new file mode 100644 index 000000000000..576af2d20a87 --- /dev/null +++ b/lang/eperl/files/extra-patch-eperl_proto.h @@ -0,0 +1,10 @@ +--- eperl_proto.h.orig 2009-01-29 16:05:55.000000000 -0500 ++++ eperl_proto.h 2009-01-29 16:06:01.000000000 -0500 +@@ -83,7 +83,6 @@ + extern char *strnchr(char *buf, char chr, int n); + extern char *ePerl_ePerl_strnstr(char *buf, char *str, int n); + extern char *strncasestr(char *buf, char *str, int n); +-extern char *strndup(char *buf, int n); + extern char *ePerl_Bristled2Plain(char *cpBuf); + + /* eperl_pp.c */ |