summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_devstat.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/kern/subr_devstat.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/kern/subr_devstat.c')
-rw-r--r--sys/kern/subr_devstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c
index fe14002..921aabe 100644
--- a/sys/kern/subr_devstat.c
+++ b/sys/kern/subr_devstat.c
@@ -261,7 +261,7 @@ devstat_end_transaction_bio(struct devstat *ds, struct bio *bp)
* guarantee that the generation number and the statistics match up.
*/
static int
-sysctl_devstat SYSCTL_HANDLER_ARGS
+sysctl_devstat (SYSCTL_HANDLER_ARGS)
{
int error, i;
struct devstat *nds;
OpenPOWER on IntegriCloud