util-linux/fsck
Sami Kerola e0eadc0dc5 fsck: fix clang compiler warning
fsck.c:874:22: warning: format string is not a string literal
      (potentially insecure) [-Wformat-security]
				errx(EXIT_USAGE, _(fs_type_syntax_error));
						 ^~~~~~~~~~~~~~~~~~~~~~~

The issue was introduced in my commit 0a09eb4e, sorry.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-03-08 11:49:55 +01:00
..
.gitignore build-sys: add fsck binary to .gitignore 2009-02-18 17:20:30 +01:00
Makefile.am fsck: improve whole-disk check, detect stacked devices 2010-08-19 15:33:45 +02:00
fsck.8 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
fsck.c fsck: fix clang compiler warning 2011-03-08 11:49:55 +01:00
fsck.h fsck: add support for whole-disk locking (-l option) 2010-10-26 14:22:28 +02:00