BSD 3 development
[unix-history] / .ref-BSD-2 / upgrade / 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};