Subversion Repositories tendra.SVN

Rev

Rev 77 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 77 Rev 79
Line 13... Line 13...
13
	off_t		d_off;	/* directory offset of entry */
13
	off_t		d_off;	/* directory offset of entry */
14
	uint16_t	d_reclen;	/* length of this record */
14
	uint16_t	d_reclen;	/* length of this record */
15
	uint8_t		d_type;	/* file type, see below */
15
	uint8_t		d_type;	/* file type, see below */
16
	uint8_t		d_pad0;
16
	uint8_t		d_pad0;
17
	uint16_t	d_namlen;	/* length of string in d_name */
17
	uint16_t	d_namlen;	/* length of string in d_name */
18
/*	uint16_t	d_pad1;*/
18
	/* uint16_t	d_pad1; */
19
 
19
 
20
	uint32_t 	d_ino;
20
	uint32_t	d_ino;
21
#if __BSD_VISIBLE
21
#if __BSD_VISIBLE
22
#define	MAXNAMLEN	255
22
#define	MAXNAMLEN	255
23
	char		d_name[MAXNAMLEN + 1];	/* name must be no longer
23
	char		d_name[MAXNAMLEN + 1];	/* name must be no longer
24
						 * than this */
24
						 * than this */
25
#else
25
#else