home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0400 / CCE_0423.ZIP / CCE_0423.PD / INCLUD83.ZOO / sys / vfs.h < prev    next >
C/C++ Source or Header  |  1992-07-20  |  118b  |  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.