Subject: CVS commit: basesrc/sbin
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 05/09/2002 05:55:51
Module Name: basesrc
Committed By: simonb
Date: Thu May 9 02:55:51 UTC 2002
Modified Files:
basesrc/sbin/fsck_ext2fs: dir.c
basesrc/sbin/fsck_ffs: dir.c
basesrc/sbin/fsck_lfs: dir.c
basesrc/sbin/restore: dirs.c
Log Message:
Don't bother testing if a uint8_t is > 256 -- that test is always false.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/sbin/fsck_ext2fs/dir.c
cvs rdiff -r1.32 -r1.33 basesrc/sbin/fsck_ffs/dir.c
cvs rdiff -r1.5 -r1.6 basesrc/sbin/fsck_lfs/dir.c
cvs rdiff -r1.36 -r1.37 basesrc/sbin/restore/dirs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.