source: vendor/emx/current/include/sys/statfs.h

Last change on this file was 18, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 324 bytes
Line 
1/* sys/statfs.h (emx+gcc) */
2
3#ifndef _SYS_STATFS_H
4#define _SYS_STATFS_H
5
6#if !defined (_STATFS)
7#define _STATFS
8struct statfs
9{
10 short f_fstyp;
11 long f_bsize;
12 long f_frsize;
13 long f_blocks;
14 long f_bfree;
15 long f_files;
16 long f_ffree;
17 char f_fname[6];
18 char f_fpack[6];
19};
20#endif
21
22#endif /* not SYS_STATFS_H */
Note: See TracBrowser for help on using the repository browser.