fix to reeves fix of dgo handling (reset b_active to 1)
[unix-history] / .ref-BSD-3 / usr / include / dir.h
#ifndef DIRSIZ
#define DIRSIZ 14
#endif
struct dir
{
ino_t d_ino;
char d_name[DIRSIZ];
};