Skip to content

Commit

Permalink
Properly fix parameter to sysctlnametomib().
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirk McKusick authored and Kirk McKusick committed Feb 4, 2022
1 parent 504cb54 commit 9583be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/fsck_ffs/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9583be0

Please sign in to comment.