diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-23 20:45:09 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-23 20:45:09 +0000 |
| commit | 039b877ef01f0faee3bff159044399bd76bb58ac (patch) | |
| tree | bb564760f90d2400b94bb72a4a576da70891683f /lib/libc/regex | |
| parent | 6c960bf07f310db412c4a880f7c661e1de9a8f82 (diff) | |
Notes
Diffstat (limited to 'lib/libc/regex')
| -rw-r--r-- | lib/libc/regex/engine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/regex/engine.c b/lib/libc/regex/engine.c index 436370d0f6af..77baa7e606ca 100644 --- a/lib/libc/regex/engine.c +++ b/lib/libc/regex/engine.c @@ -154,7 +154,7 @@ matcher(struct re_guts *g, int eflags) { const char *endp; - int i; + size_t i; struct match mv; struct match *m = &mv; const char *dp = NULL; @@ -1108,7 +1108,7 @@ print(struct match *m, FILE *d) { struct re_guts *g = m->g; - int i; + sopno i; int first = 1; if (!(m->eflags®_TRACE)) |
