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

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