]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(HAVE_STRUCT_STATXFS_F_TYPE): Fix typo that prevented
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Sep 2004 21:58:36 +0000 (21:58 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Sep 2004 21:58:36 +0000 (21:58 +0000)
commit7ee151d229325abcc564077725aacb659e4d742f
tree1873079c43484811540e1d6b7fc4f5cb109c11e1
parent93bdd0d0946abc091bad4ddf38fe46dceb117fc0
(HAVE_STRUCT_STATXFS_F_TYPE): Fix typo that prevented
it from ever being nonzero.  Reported by Pozsar Balazs in:
http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00189.html
(human_fstype): Add ramfs, squashfs, sysfs.
Reported by Pozsar Balazs in:
http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00188.html
(human_fstype): Return char const *, not char *.
Simplify internals a bit, and avoid casts.
src/stat.c