Bell 32V development
[unix-history] / usr / include / sys / dir.h
CommitLineData
26415b64
TL
1#ifndef DIRSIZ
2#define DIRSIZ 14
3#endif
4struct direct
5{
6 ino_t d_ino;
7 char d_name[DIRSIZ];
8};