home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / usr / include / sys / fblk.h < prev    next >
Encoding:
C/C++ Source or Header  |  1979-01-10  |  63 b   |  6 lines

  1. struct fblk
  2. {
  3.     int        df_nfree;
  4.     daddr_t    df_free[NICFREE];
  5. };
  6.