All your patches applied, except this one. On Tue, Nov 08, 2011 at 11:14:55PM +0100, Francesco Cosoleto wrote: > 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; It seems that your git tree is not up to date, this problem has been already fixed: $ git blame -L244,+1 misc-utils/whereis.c cc69f339 (Karel Zak 2011-08-31 11:58:01 +0200 244) size_t i; Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- 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