]> git.ipfire.org Git - thirdparty/coreutils.git/commit
stat: recognize CIFS and HFS file system types
authorJim Meyering <meyering@redhat.com>
Thu, 8 Oct 2009 07:05:08 +0000 (09:05 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 8 Oct 2009 07:07:12 +0000 (09:07 +0200)
commit8e323907160db1cb3f9425204013597c81384492
treed8eddef92f0209fec7e6f53ed05cb645cd070847
parentb95be30e3fc4831391355f89a959d0c503bed5fb
stat: recognize CIFS and HFS file system types

* src/stat.c (human_fstype) [CIFS, HFS]: Add new file system types.
Prompted by a report from Stuart Kemp.
Normalize the form of a few hexadecimal magic numbers.
Alphabetize on S_MAGIC_ case names.
* src/Makefile.am (fs-magic-compare, fs-def, fs-magic): New rules, to
automate comparison of our list with that in the Linux statfs man page.
* NEWS (Bug fixes): Mention it.
NEWS
src/Makefile.am
src/stat.c