Fix tinderbox build on amd64.

This commit is contained in:
Alexander Leidinger 2007-01-20 19:32:23 +00:00
parent d7a0d759c0
commit 9cb5a012fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166155

View File

@ -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