mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Properly fix parameter to sysctlnametomib().
This commit is contained in:
parent
504cb544e2
commit
9583be047b
@ -590,7 +590,7 @@ setup_bkgrdchk(struct statfs *mntp, int sbreadfailed, char **filesys)
|
|||||||
struct iovec *iov;
|
struct iovec *iov;
|
||||||
char errmsg[255];
|
char errmsg[255];
|
||||||
int iovlen;
|
int iovlen;
|
||||||
unsigned int size;
|
size_t size;
|
||||||
|
|
||||||
/* Get the mount point information of the file system */
|
/* Get the mount point information of the file system */
|
||||||
if (mntp == NULL) {
|
if (mntp == NULL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user