|
|
1.1 root 1: /* (-lgl
2: * COHERENT Version 4.0
3: * Copyright (c) 1982, 1993 by Mark Williams Company.
4: * All rights reserved. May not be copied without permission.
5: -lgl) */
6: /*
7: * System status structure
8: */
9: #ifndef __USTAT_H__
10: #define __USTAT_H__
11:
12: struct ustat {
13: daddr_t f_tfree; /* Total free bloks */
14: ino_t f_tinode; /* Number of free inodes */
15: char f_fname[6]; /* File system name (label) */
16: char f_fpack[6]; /* File system pack name */
17: };
18:
19: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.