fsck: split out fsck return code definitions into a header file of its own
authorLennart Poettering <lennart@poettering.net>
Sun, 23 Dec 2018 18:22:12 +0000 (19:22 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 4 Jul 2019 17:31:12 +0000 (02:31 +0900)
commitb67f05dabfa2d1aa99de8959e9bd5649d2ee05cb
tree43dfe73a87bc016978d9182e6e3a1485ae282c1c
parenta709a3154d52abe2fc34cae4a0720f20bcec4cef
fsck: split out fsck return code definitions into a header file of its own

This way we can make use of it from other components too, such as
systemd-homed.
src/fsck/fsck.c
src/shared/fsck-util.h [new file with mode: 0644]
src/shared/meson.build