mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189062
@ -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