diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/stat/statvfs.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/stat/statvfs.c b/src/stat/statvfs.c index bfbb5fee..bc12da8b 100644 --- a/src/stat/statvfs.c +++ b/src/stat/statvfs.c @@ -39,6 +39,7 @@ static void fixup(struct statvfs *out, const struct statfs *in)  	out->f_fsid = in->f_fsid.__val[0];  	out->f_flag = in->f_flags;  	out->f_namemax = in->f_namelen; +	out->f_type = in->f_type;  }  int statvfs(const char *restrict path, struct statvfs *restrict buf) | 
