mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Fix parameter to sysctlnametomib();
This commit is contained in:
parent
c0bfa109b9
commit
504cb544e2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user