Keep Tinderbox happy.

This commit is contained in:
Kirk McKusick 2010-02-11 06:22:38 +00:00
parent 178a1e6959
commit 390985729b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203768

View File

@ -59,7 +59,7 @@ cgread1(struct uufsd *disk, int c)
fs = &disk->d_fs;
if (c >= fs->fs_ncg) {
if ((unsigned)c >= fs->fs_ncg) {
return (0);
}
ccg = fsbtodb(fs, cgtod(fs, c)) * disk->d_bsize;