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/vfs.h | |
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/vfs.h')
-rw-r--r-- | win32/sys/vfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/sys/vfs.h b/win32/sys/vfs.h deleted file mode 100644 index a899db276..000000000 --- a/win32/sys/vfs.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <sys/statfs.h> | ||