diff options
author | Ron Yorston <rmy@pobox.com> | 2017-11-03 14:29:57 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-11-03 14:29:57 +0000 |
commit | 65e9c0ad92a316e36efbc584b72b96a7eb8fa9db (patch) | |
tree | dcc3a83ba2fcf2d1d3e8f1769b29054ea5e0bcb7 /win32/sys | |
parent | d6ce08aeb85b3698ddaa281016b70e16aeb9fb35 (diff) | |
download | busybox-w32-65e9c0ad92a316e36efbc584b72b96a7eb8fa9db.tar.gz busybox-w32-65e9c0ad92a316e36efbc584b72b96a7eb8fa9db.tar.bz2 busybox-w32-65e9c0ad92a316e36efbc584b72b96a7eb8fa9db.zip |
win32: define statvfs as statfs
df now uses statvfs instead of statfs. Support this by pretending
that statfs *is* statvfs. Not really true but good enough for the
present purpose.
Diffstat (limited to 'win32/sys')
-rw-r--r-- | win32/sys/statvfs.h (renamed from win32/sys/vfs.h) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/sys/vfs.h b/win32/sys/statvfs.h index a899db276..ceb9ee353 100644 --- a/win32/sys/vfs.h +++ b/win32/sys/statvfs.h | |||
@@ -1 +1,3 @@ | |||
1 | #include <sys/statfs.h> | 1 | #include <sys/statfs.h> |
2 | |||
3 | #define statvfs statfs | ||