Fill old_len which is required by sysctlbyname

This commit is contained in:
ozaki-r 2016-09-14 03:19:11 +00:00
parent 8db6a4e495
commit cdc78b3fe9
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: t_modautoload.c,v 1.4 2015/12/27 08:21:44 pgoyette Exp $ */ /* $NetBSD: t_modautoload.c,v 1.5 2016/09/14 03:19:11 ozaki-r Exp $ */
#include <sys/types.h> #include <sys/types.h>
#include <sys/mount.h> #include <sys/mount.h>
@ -46,6 +46,7 @@ mountkernfs(void)
atf_tc_fail_errno("mkdir /kern"); atf_tc_fail_errno("mkdir /kern");
new_autoload = true; new_autoload = true;
old_len = sizeof(old_autoload);
new_len = sizeof(new_autoload); new_len = sizeof(new_autoload);
error = sysctlbyname("kern.module.autoload", error = sysctlbyname("kern.module.autoload",
&old_autoload, &old_len, &old_autoload, &old_len,