aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r--coreutils/stat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c
index cf13af0b6..78b60603d 100644
--- a/coreutils/stat.c
+++ b/coreutils/stat.c
@@ -204,6 +204,9 @@ static const char *human_fstype(uint32_t f_type)
204 { 0x012FF7B5, "sysv4" }, 204 { 0x012FF7B5, "sysv4" },
205 { 0x012FF7B6, "sysv2" }, 205 { 0x012FF7B6, "sysv2" },
206 { 0x012FF7B7, "coh" }, 206 { 0x012FF7B7, "coh" },
207#if ENABLE_PLATFORM_MINGW32
208 { 0x15013346, "udf" },
209#endif
207 { 0x00011954, "ufs" }, 210 { 0x00011954, "ufs" },
208 { 0x012FD16D, "xia" }, 211 { 0x012FD16D, "xia" },
209 { 0x5346544e, "ntfs" }, 212 { 0x5346544e, "ntfs" },