Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sun-lamp CVS commits



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.



Home | Main Index | Thread Index | Old Index