|
|
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: #include <common/__daddr.h>
13: #include <common/_uid.h>
14:
15: struct ustat {
16: __daddr_t f_tfree; /* Total free bloks */
17: __ino_t f_tinode; /* Number of free inodes */
18: char f_fname[6]; /* File system name (label) */
19: char f_fpack[6]; /* File system pack name */
20: };
21:
22: #endif /* ! defined (__USTAT_H__) */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.