ustat.h
File contents
/* @(#) ustat.h 1.2 1/27/86 17:47:24 */
/*ident "@(#)cfront:incl/ustat.h 1.2"*/
/* <sys/types.h> must be included */
struct ustat {
daddr_t f_tfree; /* total free */
ino_t f_tinode; /* total inodes free */
char f_fname[6]; /* filsys name */
char f_fpack[6]; /* filsys pack name */
};
extern int ustat(int, ustat*);
Click here to get the file