Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/fs/ext2fs/ext2_dir.h 202283 2010-01-14 14:30:54Z lulf $
---
> * $FreeBSD: head/sys/fs/ext2fs/ext2_dir.h 221126 2011-04-27 18:15:34Z jhb $
38,40c38,40
< u_int32_t e2d_ino; /* inode number of entry */
< u_int16_t e2d_reclen; /* length of this record */
< u_int16_t e2d_namlen; /* length of string in d_name */
---
> uint32_t e2d_ino; /* inode number of entry */
> uint16_t e2d_reclen; /* length of this record */
> uint16_t e2d_namlen; /* length of string in d_name */
50,53c50,53
< u_int32_t e2d_ino; /* inode number of entry */
< u_int16_t e2d_reclen; /* length of this record */
< u_int8_t e2d_namlen; /* length of string in d_name */
< u_int8_t e2d_type; /* file type */
---
> uint32_t e2d_ino; /* inode number of entry */
> uint16_t e2d_reclen; /* length of this record */
> uint8_t e2d_namlen; /* length of string in d_name */
> uint8_t e2d_type; /* file type */