]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: enforce consistent width and case of file system constants
authorPádraig Brady <P@draigBrady.com>
Thu, 22 May 2014 01:16:14 +0000 (02:16 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 22 May 2014 10:16:07 +0000 (11:16 +0100)
commit695a0b5502a623e5a9a6d149500c4898102d2dd8
treea265ebb4feba3eec9dd7853d68cf95d1e20804f5
parent1ab31d1ec1635ae0764604a8bf61e11851a63a45
maint: enforce consistent width and case of file system constants

* src/stat.c (human_fstype): Adjust a couple of existing constants
to be a consistent width and capitalization so that the
src/fs-magic-compare target works without reporting false positives.
* cfg.mk (sc_fs-magic-compare): A new syntax check to enforce this.

Improved by: Jim Meyering
cfg.mk
src/stat.c