diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-21 10:29:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-21 10:29:47 +0000 |
commit | c3ca2684da7b74cb31afc21c1780115b50ff2deb (patch) | |
tree | efc7ac59eda5c3672687c4f503ef38dd49f4bd98 /lang/p5-ePerl/files/patch-eperl_proto.h | |
parent | For fixes for 5.0 because the ixj driver does not compile on 5.0 systems (diff) |
Make lang/p5-ePerl compiling again.
Seen on: bento
Diffstat (limited to 'lang/p5-ePerl/files/patch-eperl_proto.h')
-rw-r--r-- | lang/p5-ePerl/files/patch-eperl_proto.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/p5-ePerl/files/patch-eperl_proto.h b/lang/p5-ePerl/files/patch-eperl_proto.h new file mode 100644 index 000000000000..e2cc75386f2f --- /dev/null +++ b/lang/p5-ePerl/files/patch-eperl_proto.h @@ -0,0 +1,11 @@ +--- eperl_proto.h.orig Thu Nov 21 21:26:44 2002 ++++ eperl_proto.h Thu Nov 21 21:26:50 2002 +@@ -79,7 +79,7 @@ + extern char *ePerl_Efwrite(char *cpBuf, int nBuf, int cNum, char *cpOut); + extern char *ePerl_Cfwrite(char *cpBuf, int nBuf, int cNum, char *cpOut); + extern char *strnchr(char *buf, char chr, int n); +-extern char *strnstr(char *buf, char *str, int n); ++/*extern char *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); |