]> www.infradead.org Git - mtd-utils.git/commit
tests: checkfs: fix linker warnings
authorAndy Shevchenko <ext-andriy.shevchenko@nokia.com>
Tue, 5 Apr 2011 13:55:51 +0000 (16:55 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 5 Apr 2011 14:20:53 +0000 (17:20 +0300)
commit4c2c6f48b15b69a013beb1faecb6b080d03baf16
treed44f78447e9bf12c05dda7767fe505a481b8d453
parent30e39ef877a3d039e31b19065afe37d643f82f12
tests: checkfs: fix linker warnings

The sys_errlist[errno] is deprecated. We should use strerror(errno) instead.

Signed-off-by: Andy Shevchenko <ext-andriy.shevchenko@nokia.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
tests/checkfs/checkfs.c