1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fixed function sig so it will compile with Visual C++ 8

This commit is contained in:
unknown
2005-07-14 03:49:54 -06:00
parent e064ca31d9
commit b0d97b2c1f

View File

@ -56,11 +56,7 @@ static struct rerr {
*/
/* ARGSUSED */
size_t
regerror(errcode, preg, errbuf, errbuf_size)
int errcode;
const regex_t *preg;
char *errbuf;
size_t errbuf_size;
regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size)
{
register struct rerr *r;
register size_t len;