diff --git a/sbin/fsck_ffs/main.c b/sbin/fsck_ffs/main.c index e776add4a115..1c14ffcff3fc 100644 --- a/sbin/fsck_ffs/main.c +++ b/sbin/fsck_ffs/main.c @@ -590,7 +590,7 @@ setup_bkgrdchk(struct statfs *mntp, int sbreadfailed, char **filesys) struct iovec *iov; char errmsg[255]; int iovlen; - long size; + unsigned int size; /* Get the mount point information of the file system */ if (mntp == NULL) {