home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / mntinc25.zoo / sys / vfs.h < prev    next >
C/C++ Source or Header  |  1991-11-28  |  126b  |  9 lines

  1. /* vfs.h -- BSDish name for <sys/statfs.h> */
  2.  
  3. #ifndef _SYS_VFS_H
  4. #define _SYS_VFS_H
  5.  
  6. #include <sys/statfs.h>
  7.  
  8. #endif
  9.