aboutsummaryrefslogtreecommitdiff
path: root/mail/elmo-devel/files/patch-src_rstring.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/elmo-devel/files/patch-src_rstring.c')
-rw-r--r--mail/elmo-devel/files/patch-src_rstring.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/elmo-devel/files/patch-src_rstring.c b/mail/elmo-devel/files/patch-src_rstring.c
deleted file mode 100644
index 3d8e793afaab..000000000000
--- a/mail/elmo-devel/files/patch-src_rstring.c
+++ /dev/null
@@ -1,20 +0,0 @@
-$FreeBSD$
-
---- src/rstring.c.orig Sat Sep 6 01:58:14 2003
-+++ src/rstring.c Sun Sep 28 02:57:41 2003
-@@ -29,7 +29,6 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <regex.h>
- #include <errno.h>
- #include <ctype.h>
-
-@@ -37,6 +36,7 @@
- #include "rarray.h"
- #include "rstring.h"
- #include "error.h"
-+#include <regex.h>
- #include "memchunk.h"
-
- /****************************************************************************