diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-07-03 09:35:31 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-07-03 09:35:31 +0000 |
| commit | 82d9ae4e32fad7f55867e1e63054aef03b0a5fc8 (patch) | |
| tree | edad9fa3ee2b84e36ff97de3eb8e7785f4a4ac86 /sys/kern/subr_devstat.c | |
| parent | bd2a88692c1fb156546036c002ec95af555151ff (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_devstat.c')
| -rw-r--r-- | sys/kern/subr_devstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index fe14002aa0c0..921aabe1055b 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; |
