source: branches/libc-0.6/src/emx/include/sys/vfs.h

Last change on this file was 1505, checked in by bird, 21 years ago

Adding BSD stuff like there was no tomorrow.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 257 bytes
Line 
1/** @file
2 * UNKNOWN.
3 *
4 * For compatibilty with some unknown system, but chiefly for fixing
5 * trouble caused by configure of GNU coreutils which doesn't include
6 * sys/mount.h if sys/statvfs.h is found.
7 */
8#include <sys/types.h>
9#include <sys/mount.h>
10
Note: See TracBrowser for help on using the repository browser.