On Sun, Dec 11, 2011 at 01:58:04PM -0500, Dave Reisner wrote: > misc-utils/findmnt.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/misc-utils/findmnt.c b/misc-utils/findmnt.c > index 9c2b9fc..4577dc6 100644 > --- a/misc-utils/findmnt.c > +++ b/misc-utils/findmnt.c > @@ -484,7 +484,7 @@ leave: > static int parser_errcb(struct libmnt_table *tb __attribute__ ((__unused__)), > const char *filename, int line) > { > - warn(_("%s: parse error at line %d"), filename, line); > + warnx(_("%s: parse error at line %d"), filename, line); Oh.. yes, errno does not make sense here. Applied, thanks. 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