diff options
author | Ron Yorston <rmy@pobox.com> | 2018-04-02 09:24:14 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-04-02 09:24:14 +0100 |
commit | 34a68d327b42c3c700e84cd475496985782290b1 (patch) | |
tree | 99bfe59cca420d26f01e81a7f41763f71b44d22c /coreutils/stat.c | |
parent | aff3c5bd7b6bdcfb97f63153ab839c5f55f16a12 (diff) | |
parent | e84212f8346741a2d4a04b40639c44fe519cf5a7 (diff) | |
download | busybox-w32-34a68d327b42c3c700e84cd475496985782290b1.tar.gz busybox-w32-34a68d327b42c3c700e84cd475496985782290b1.tar.bz2 busybox-w32-34a68d327b42c3c700e84cd475496985782290b1.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r-- | coreutils/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c index 41f6d103c..2944cdfcb 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c | |||
@@ -211,7 +211,7 @@ static const char *human_fstype(uint32_t f_type) | |||
211 | { 0x52654973, "reiserfs" }, | 211 | { 0x52654973, "reiserfs" }, |
212 | { 0x28cd3d45, "cramfs" }, | 212 | { 0x28cd3d45, "cramfs" }, |
213 | { 0x7275, "romfs" }, | 213 | { 0x7275, "romfs" }, |
214 | { 0x858458f6, "romfs" }, | 214 | { 0x858458f6, "ramfs" }, |
215 | { 0x73717368, "squashfs" }, | 215 | { 0x73717368, "squashfs" }, |
216 | { 0x62656572, "sysfs" }, | 216 | { 0x62656572, "sysfs" }, |
217 | { 0, "UNKNOWN" } | 217 | { 0, "UNKNOWN" } |