Silence compiler warning inside our ^T handler.
It turns out we're casting fixpt_t* to int*. Spotted by: clang
This commit is contained in:
parent
1d952ed28c
commit
9e5775857d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user