diff --git a/sys/kern/tty_info.c b/sys/kern/tty_info.c index cbd74023bbab..b9d9c1a79785 100644 --- a/sys/kern/tty_info.c +++ b/sys/kern/tty_info.c @@ -76,7 +76,7 @@ __FBSDID("$FreeBSD$"); #define BOTH 3 static int -proc_sum(struct proc *p, int *estcpup) +proc_sum(struct proc *p, fixpt_t *estcpup) { struct thread *td; int estcpu;