summaryrefslogtreecommitdiff
path: root/io/sys
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-07 23:23:51 +0000
committerRoland McGrath <roland@gnu.org>1996-07-07 23:23:51 +0000
commitfaf85e08bcc5e1fd3d418b9ce11c8f2649d8415f (patch)
treee9a8274d604c4d6fcfec56bceb3018f810a30802 /io/sys
parente851d072c2305fd9ae6e75b73ce8fdd8cf3a4b2e (diff)
* io/Makefile (headers): Add sys/vfs.h.
* io/sys/vfs.h: New file.
Diffstat (limited to 'io/sys')
-rw-r--r--io/sys/vfs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/io/sys/vfs.h b/io/sys/vfs.h
new file mode 100644
index 0000000000..fa22d31c4c
--- /dev/null
+++ b/io/sys/vfs.h
@@ -0,0 +1,4 @@
+/* Other systems declare `struct statfs' et al in <sys/vfs.h>,
+ so we have this file to be compatible with programs expecting it. */
+
+#include <sys/statfs.h>