commit | b41a4ffa509df9f16f614dd1483cec77c3260a6c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat May 21 13:43:09 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat May 21 13:44:41 2016 -0400 |
tree | 547b266cc7ea2607b9c05bc52fc8f689b10636ce | |
parent | 78b7cd3b1e499e6f10cc875f9852387130e57652 [diff] |
e2fsck: use com_err error codes instead of EBADMSG and EUCLEAN Some operating systems may not define EBADMSG and EUCLEAN, so for better portability use our own private error code numbers. Signed-off-by: Theodore Ts'o <tytso@mit.edu>