Properly fix parameter to sysctlnametomib().

This commit is contained in:
Kirk McKusick 2022-02-04 14:04:12 -08:00
parent 504cb544e2
commit 9583be047b

View File

@ -590,7 +590,7 @@ setup_bkgrdchk(struct statfs *mntp, int sbreadfailed, char **filesys)
struct iovec *iov;
char errmsg[255];
int iovlen;
unsigned int size;
size_t size;
/* Get the mount point information of the file system */
if (mntp == NULL) {