pdp11v/usr/include/ustat.h

Compare this file to the similar file:
Show the results in this format:

/*	@(#)ustat.h	1.1	*/
/*	3.0 SID #	1.1	*/
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 */
};