diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/getconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/getconf.c b/posix/getconf.c index bcde4c5..45eabb2 100644 --- a/posix/getconf.c +++ b/posix/getconf.c @@ -528,7 +528,7 @@ environment SPEC.\n\n")); /* Check for the specifications we know. */ if (spec != NULL) { - int i; + size_t i; for (i = 0; i < nspecs; ++i) if (strcmp (spec, specs[i].name) == 0) break; |