summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98/cbus')
-rw-r--r--sys/pc98/cbus/clock.c4
-rw-r--r--sys/pc98/cbus/pcrtc.c4
-rw-r--r--sys/pc98/cbus/sio.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c
index 7e2f75d..1dcde71 100644
--- a/sys/pc98/cbus/clock.c
+++ b/sys/pc98/cbus/clock.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;
diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c
index 7e2f75d..1dcde71 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;
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c
index cc9b11e..3f23590 100644
--- a/sys/pc98/cbus/sio.c
+++ b/sys/pc98/cbus/sio.c
@@ -878,7 +878,7 @@ static Port_t likely_esp_ports[] = { 0x140, 0x180, 0x280, 0 };
*/
static int
-sysctl_machdep_comdefaultrate SYSCTL_HANDLER_ARGS
+sysctl_machdep_comdefaultrate (SYSCTL_HANDLER_ARGS)
{
int error, s;
speed_t newspeed;
OpenPOWER on IntegriCloud