diff options
author | Ron Yorston <rmy@pobox.com> | 2015-11-01 15:05:12 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-11-01 15:06:19 +0000 |
commit | ea341c79b19ca9f3ddcfdd31caea54b1c815a3b0 (patch) | |
tree | e695b8aec68ef355dcd2c6d10c0be3ed7f27e6ff /win32/sys | |
parent | e43a8c39c4995011d60d294807167dbf9d512b48 (diff) | |
download | busybox-w32-ea341c79b19ca9f3ddcfdd31caea54b1c815a3b0.tar.gz busybox-w32-ea341c79b19ca9f3ddcfdd31caea54b1c815a3b0.tar.bz2 busybox-w32-ea341c79b19ca9f3ddcfdd31caea54b1c815a3b0.zip |
win32: improve implementation of statfs
The WIN32 calls should be passed the root directory of the filesystem.
Diffstat (limited to 'win32/sys')
-rw-r--r-- | win32/sys/statfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/sys/statfs.h b/win32/sys/statfs.h index 7cef6df73..498f41e50 100644 --- a/win32/sys/statfs.h +++ b/win32/sys/statfs.h | |||
@@ -12,7 +12,6 @@ struct statfs { | |||
12 | uint64_t f_bavail; | 12 | uint64_t f_bavail; |
13 | uint64_t f_files; | 13 | uint64_t f_files; |
14 | uint64_t f_ffree; | 14 | uint64_t f_ffree; |
15 | uint64_t f_favail; | ||
16 | uint64_t f_fsid; | 15 | uint64_t f_fsid; |
17 | uint64_t f_flag; | 16 | uint64_t f_flag; |
18 | uint64_t f_namelen; | 17 | uint64_t f_namelen; |