aboutsummaryrefslogtreecommitdiff
path: root/lang/eperl/files/extra-patch-eperl_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/eperl/files/extra-patch-eperl_parse.c')
-rw-r--r--lang/eperl/files/extra-patch-eperl_parse.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/lang/eperl/files/extra-patch-eperl_parse.c b/lang/eperl/files/extra-patch-eperl_parse.c
deleted file mode 100644
index ca2e3af50a83..000000000000
--- a/lang/eperl/files/extra-patch-eperl_parse.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- eperl_parse.c.orig 2009-01-29 16:05:29.000000000 -0500
-+++ eperl_parse.c 2009-01-29 16:05:37.000000000 -0500
-@@ -326,16 +326,6 @@
- return NULL;
- }
-
--char *strndup(char *buf, int n)
--{
-- char *cp;
--
-- cp = (char *)malloc(n+1);
-- strncpy(cp, buf, n);
-- return cp;
--}
--
--
- /*
- ** convert buffer from bristled format to plain format
- */