diff options
Diffstat (limited to 'sys/pc98/cbus/pcrtc.c')
-rw-r--r-- | sys/pc98/cbus/pcrtc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index 7e2f75d14082..1dcde713d39d 100644 --- a/sys/pc98/cbus/pcrtc.c +++ b/sys/pc98/cbus/pcrtc.c @@ -1486,7 +1486,7 @@ setstatclockrate(int newhz) } static int -sysctl_machdep_i8254_freq SYSCTL_HANDLER_ARGS +sysctl_machdep_i8254_freq (SYSCTL_HANDLER_ARGS) { int error; u_int freq; @@ -1511,7 +1511,7 @@ SYSCTL_PROC(_machdep, OID_AUTO, i8254_freq, CTLTYPE_INT | CTLFLAG_RW, 0, sizeof(u_int), sysctl_machdep_i8254_freq, "I", ""); static int -sysctl_machdep_tsc_freq SYSCTL_HANDLER_ARGS +sysctl_machdep_tsc_freq (SYSCTL_HANDLER_ARGS) { int error; u_int freq; |