aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-01-06 12:05:09 +0000
committerRon Yorston <rmy@pobox.com>2014-01-06 12:05:09 +0000
commit81d958ea6cc8ce98b69148896ebced6458a9715a (patch)
tree89bca683c049a98fa1967f02a23dba2918f19af9 /include
parent5e8fad1617439c6dacfa04e677f4664b0377e340 (diff)
downloadbusybox-w32-81d958ea6cc8ce98b69148896ebced6458a9715a.tar.gz
busybox-w32-81d958ea6cc8ce98b69148896ebced6458a9715a.tar.bz2
busybox-w32-81d958ea6cc8ce98b69148896ebced6458a9715a.zip
Extend WIN32 statfs to include type, fsid and namelen
Diffstat (limited to 'include')
-rw-r--r--include/platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h
index 66615b400..e52dd7ba5 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -421,7 +421,6 @@ typedef unsigned smalluint;
421# undef HAVE_VASPRINTF 421# undef HAVE_VASPRINTF
422# undef HAVE_UNLOCKED_STDIO 422# undef HAVE_UNLOCKED_STDIO
423# undef HAVE_UNLOCKED_LINE_OPS 423# undef HAVE_UNLOCKED_LINE_OPS
424# undef HAVE_SYS_STATFS_H
425#endif 424#endif
426 425
427#if defined(__WATCOMC__) 426#if defined(__WATCOMC__)