Changeset 1492


Ignore:
Timestamp:
Sep 11, 2004, 1:20:34 PM (21 years ago)
Author:
bird
Message:

mount stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/statfs.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1491 r1492  
    1 /* sys/statfs.h (emx+gcc) */
     1/** @file
     2 * Forwarder.
     3 */
     4#include <sys/types.h>
     5#include <sys/mount.h>
    26
    3 #ifndef _SYS_STATFS_H
    4 #define _SYS_STATFS_H
    5 
    6 #if !defined (_STATFS)
    7 #define _STATFS
    8 struct 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 TracChangeset for help on using the changeset viewer.