summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2010-02-11 18:14:53 +0000
committermckusick <mckusick@FreeBSD.org>2010-02-11 18:14:53 +0000
commite7471d443b091cf5e322304087b36a70bf7c0dd4 (patch)
treee278b44c5f9a56a2bb400cf21e10fa2332cf7670 /sys/ufs
parent59fa82c67cc9d19caf2b05c781ed2b3b9101697f (diff)
downloadFreeBSD-src-e7471d443b091cf5e322304087b36a70bf7c0dd4.zip
FreeBSD-src-e7471d443b091cf5e322304087b36a70bf7c0dd4.tar.gz
One last pass to get all the unsigned comparisons correct.
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h
index c893612..5452e2b 100644
--- a/sys/ufs/ffs/fs.h
+++ b/sys/ufs/ffs/fs.h
@@ -287,7 +287,7 @@ struct fs {
int32_t fs_spare1[2]; /* old fs_csmask */
/* old fs_csshift */
int32_t fs_nindir; /* value of NINDIR */
- int32_t fs_inopb; /* value of INOPB */
+ u_int32_t fs_inopb; /* value of INOPB */
int32_t fs_old_nspf; /* value of NSPF */
/* yet another configuration parameter */
int32_t fs_optim; /* optimization preference, see below */
OpenPOWER on IntegriCloud