Research V7 development
[unix-history] / usr / sys / h / dir.h
CommitLineData
98312a1c
KT
1#ifndef DIRSIZ
2#define DIRSIZ 14
3#endif
4struct direct
5{
6 ino_t d_ino;
7 char d_name[DIRSIZ];
8};