aboutsummaryrefslogtreecommitdiff
path: root/lang/eperl/files/patch-eperl_proto.h
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-19 14:43:59 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-19 14:43:59 +0000
commit21e04a0b9b5dca99d821dbcf77717956163a103e (patch)
tree15e84c3a2a93a84baeb9908c71454e6133cd6a29 /lang/eperl/files/patch-eperl_proto.h
parent91f8efdede509f8decb595b5c98b0b1742cc9bce (diff)
Notes
Diffstat (limited to 'lang/eperl/files/patch-eperl_proto.h')
-rw-r--r--lang/eperl/files/patch-eperl_proto.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/eperl/files/patch-eperl_proto.h b/lang/eperl/files/patch-eperl_proto.h
new file mode 100644
index 000000000000..4038c60b440f
--- /dev/null
+++ b/lang/eperl/files/patch-eperl_proto.h
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- eperl_proto.h 2001/12/19 14:37:46 1.1
++++ eperl_proto.h 2001/12/19 14:39:24
+@@ -79,7 +79,6 @@
+ 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 *strncasestr(char *buf, char *str, int n);
+ extern char *strndup(char *buf, int n);
+ extern char *ePerl_Bristled2Plain(char *cpBuf);