Commit 03a6d0c7 authored by reggie@linux.site's avatar reggie@linux.site

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

parent 2ba35914
...@@ -56,11 +56,7 @@ static struct rerr { ...@@ -56,11 +56,7 @@ static struct rerr {
*/ */
/* ARGSUSED */ /* ARGSUSED */
size_t size_t
regerror(errcode, preg, errbuf, errbuf_size) regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size)
int errcode;
const regex_t *preg;
char *errbuf;
size_t errbuf_size;
{ {
register struct rerr *r; register struct rerr *r;
register size_t len; register size_t len;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment