Deleted Added
full compact
34d33
< #ifndef lint
35a35
> #ifndef lint
37,39d36
< #endif
< static const char rcsid[] =
< "$FreeBSD: head/sbin/fsck_ffs/dir.c 102231 2002-08-21 18:11:48Z trhodes $";
40a38,40
> #endif
> #include <sys/cdefs.h>
> __FBSDID("$FreeBSD: head/sbin/fsck_ffs/dir.c 114589 2003-05-03 18:41:59Z obrien $");
214c214
< int size;
---
> size_t size;
216c216,217
< u_char namlen, type;
---
> u_char type;
> u_int namlen;