Signed-off-by: Francesco Cosoleto <cosoleto@xxxxxxxxx> --- misc-utils/whereis.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/misc-utils/whereis.c b/misc-utils/whereis.c index 03ea95e..d776b32 100644 --- a/misc-utils/whereis.c +++ b/misc-utils/whereis.c @@ -241,7 +241,7 @@ findin(char *dir, char *cp) static int inpath(const char *str) { - int i; + size_t i; for (i = 0; i < ARRAY_SIZE(bindirs) - 1 ; i++) if (!strcmp(bindirs[i], str)) -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html