V7M/include/sys/dir.h

Compare this file to the similar file:
Show the results in this format:

#ifndef	DIRSIZ
#define	DIRSIZ	14
#endif
struct	direct
{
	ino_t	d_ino;
	char	d_name[DIRSIZ];
};