diff options
author | phk <phk@FreeBSD.org> | 2000-07-03 09:35:31 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-07-03 09:35:31 +0000 |
commit | 61ff05be253ab1a6d0939338ce307aece558f308 (patch) | |
tree | f854da72d7b16ec777419f1209c54e76eeedc5af /sys/dev/sio/sio.c | |
parent | 1212bcc09f8e48235a83c65a1e350eaa0b3c5931 (diff) | |
download | FreeBSD-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/dev/sio/sio.c')
-rw-r--r-- | sys/dev/sio/sio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 5fef0d9..50b32e3 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -459,7 +459,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; |