BSD 3 development
[unix-history] / usr / include / dir.h
CommitLineData
8b2e40fc
BJ
1#ifndef DIRSIZ
2#define DIRSIZ 14
3#endif
4struct dir
5{
6 ino_t d_ino;
7 char d_name[DIRSIZ];
8};