summaryrefslogtreecommitdiff
path: root/databases/msql3/files/patch-am
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /databases/msql3/files/patch-am
parent8c307777eaf81af4195ae428b3ebbeba734fc5af (diff)
Diffstat (limited to 'databases/msql3/files/patch-am')
-rw-r--r--databases/msql3/files/patch-am20
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/msql3/files/patch-am b/databases/msql3/files/patch-am
deleted file mode 100644
index 8b687c88e491..000000000000
--- a/databases/msql3/files/patch-am
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/msql/regex.c.orig Thu Aug 19 07:33:20 1999
-+++ src/msql/regex.c Sat Jan 27 09:07:01 2001
-@@ -47,7 +47,7 @@
- #include <common/debug.h>
- #include <common/site.h>
- #include <common/portability.h>
--#include <regexp/regexp.h>
-+#include <regexp.h>
-
-
- #if defined(_OS_WIN32)
-@@ -440,7 +440,7 @@
- * executor in order to indicate that they have experienced errors.
- * In mSQL's case, simply incrementing regErrFlag is all that is needed.
- */
--void regerror()
-+void regerror(const char *s)
- {
- regErrFlag++;
- }