/*	dir.h	4.2	81/02/19	*/

#ifndef	DIRSIZ
#define	DIRSIZ	14
#endif
struct	direct
{
	ino\(ult	d\(ulino;
	char	d\(ulname[DIRSIZ];
};
