mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix tinderbox build on amd64.
This commit is contained in:
parent
d7a0d759c0
commit
9cb5a012fb
1 changed files with 2 additions and 2 deletions
|
|
@ -474,8 +474,8 @@ linprocfs_doprocstat(PFS_FILL_ARGS)
|
|||
state = 'R';
|
||||
|
||||
if (ratelimit == 0) {
|
||||
printf("linprocfs: don't know how to handle unknown FreeBSD state %d/%d, mapping to R\n",
|
||||
kp.ki_stat, sizeof(linux_state));
|
||||
printf("linprocfs: don't know how to handle unknown FreeBSD state %d/%jd, mapping to R\n",
|
||||
kp.ki_stat, (intmax_t)sizeof(linux_state));
|
||||
++ratelimit;
|
||||
}
|
||||
} else
|
||||
|
|
|
|||
Loading…
Reference in a new issue