cvs commit: src/sys/kern kern_malloc.c
Robert Watson
rwatson at FreeBSD.org
Thu Jul 14 15:21:19 GMT 2005
rwatson 2005-07-14 15:21:18 UTC
FreeBSD src repository
Modified files:
sys/kern kern_malloc.c
Log:
Correct build on 64-bit: cast u_int64_t to (unsigned long long) before
printfing as (unsigned long long). 32-bit build on i386 didn't notice
this. Whoops.
Reported by: arved
Tested by: sledge
Revision Changes Path
1.144 +1 -1 src/sys/kern/kern_malloc.c
More information about the cvs-src
mailing list