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

  1. #ifndef    DIRSIZ
  2. #define    DIRSIZ    14
  3. #endif
  4. struct    direct
  5. {
  6.     ino_t    d_ino;
  7.     char    d_name[DIRSIZ];
  8. };
  9.