aboutsummaryrefslogtreecommitdiff
path: root/databases/msql3/files/patch-am
blob: 8b687c88e4912b6d64f76d40a36f93a3bd1973c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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++;
 }