summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/pcrtc.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-07-03 09:35:31 +0000
committerphk <phk@FreeBSD.org>2000-07-03 09:35:31 +0000
commit61ff05be253ab1a6d0939338ce307aece558f308 (patch)
treef854da72d7b16ec777419f1209c54e76eeedc5af /sys/pc98/cbus/pcrtc.c
parent1212bcc09f8e48235a83c65a1e350eaa0b3c5931 (diff)
downloadFreeBSD-src-61ff05be253ab1a6d0939338ce307aece558f308.zip
FreeBSD-src-61ff05be253ab1a6d0939338ce307aece558f308.tar.gz
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
Sanitize SYSCTL_HANDLER_ARGS so that simplistic tools can grog our sources: -sysctl_vm_zone SYSCTL_HANDLER_ARGS +sysctl_vm_zone (SYSCTL_HANDLER_ARGS)
Diffstat (limited to 'sys/pc98/cbus/pcrtc.c')
-rw-r--r--sys/pc98/cbus/pcrtc.c4
1 files changed, 2 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud