1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
freebsd-ports/lang/eperl/files/patch-eperl_proto.h
Greg Larkin 139df60d14 - Unbreak by removing reference to DynaLoader.a in Perl 5.8.9+
- Regenerate patch files with "make makepatch"
- Take maintainership
2009-01-29 19:04:46 +00:00

21 lines
730 B
C

--- ./eperl_proto.h.orig 1998-07-10 03:52:24.000000000 -0400
+++ ./eperl_proto.h 2009-01-29 13:27:30.000000000 -0500
@@ -35,6 +35,8 @@
#ifndef EPERL_PROTO_H
#define EPERL_PROTO_H 1
+#include "eperl_getopt.h"
+
/*_BEGIN_PROTO_*/
/* eperl_main.c */
@@ -79,7 +81,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 *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);