summaryrefslogtreecommitdiff
path: root/sys/kern/tty_info.c
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-02-26 10:38:19 +0000
committerEd Schouten <ed@FreeBSD.org>2009-02-26 10:38:19 +0000
commit9e5775857d7d09e3f3903c3e161e23f8459b69b2 (patch)
treebf0a3120e10271dafdc151344b7d398664d1c727 /sys/kern/tty_info.c
parent1d952ed28ccefe042f45e3873c900f46baa9a60a (diff)
downloadsrc-test2-9e5775857d7d09e3f3903c3e161e23f8459b69b2.tar.gz
src-test2-9e5775857d7d09e3f3903c3e161e23f8459b69b2.zip
Notes
Diffstat (limited to 'sys/kern/tty_info.c')
-rw-r--r--sys/kern/tty_info.c2
1 files changed, 1 insertions, 1 deletions
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;