diff options
Diffstat (limited to 'sys/kern/subr_prof.c')
-rw-r--r-- | sys/kern/subr_prof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c index 117f030..e3fe859 100644 --- a/sys/kern/subr_prof.c +++ b/sys/kern/subr_prof.c @@ -276,7 +276,7 @@ kmstartup(dummy) * Return kernel profiling information. */ static int -sysctl_kern_prof SYSCTL_HANDLER_ARGS +sysctl_kern_prof (SYSCTL_HANDLER_ARGS) { int *name = (int *) arg1; u_int namelen = arg2; |