3BSD/usr/include/sys/dir.h

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

/*	dir.h	2.1	1/5/80 */

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