Subject: sun-lamp CVS commits
To: None <source-changes@sun-lamp.cs.berkeley.edu>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 10/06/1994 07:30:02
mycroft
Thu Oct  6 07:21:53 PDT 1994
Update of /b/source/CVS/src/sbin/fsck
In directory sun-lamp.cs.berkeley.edu:/usr/src/sbin/fsck

Revision/Branch: netbsd-1-0

Modified Files:
	dir.c 
Log Message:
dircheck() shouldn't be looking at d_type or d_namlen in blank entries
*at all*.  Not only is it wrong, but it causes a serious problem on
little-endian machines, since after -c2 conversion, d_type will often
be > 15.

mycroft
Thu Oct  6 07:24:18 PDT 1994
Update of /b/source/CVS/src/sbin/fsck
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sbin/fsck

Modified Files:
	dir.c 
Log Message:
dircheck() shouldn't be looking at d_type or d_namlen in blank entries
*at all*.  Not only is it wrong, but it causes a serious problem on
little-endian machines, since after -c2 conversion, d_type will often
be > 15.