cvs commit: src/sys/kern kern_malloc.c src/sys/vm uma_core.c
Robert Watson
rwatson at FreeBSD.org
Mon Nov 7 18:59:13 GMT 2005
rwatson 2005-11-07 18:59:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/kern kern_malloc.c
sys/vm uma_core.c
Log:
Merge kern_malloc.c:1.148, uma_core.c:1.133 from HEAD to RELENG_6:
Change format string for u_int64_t to %ju from %llu, in order to use the
correct format string on 64-bit systems.
Pointed out by: pjd
Revision Changes Path
1.142.2.4 +1 -1 src/sys/kern/kern_malloc.c
1.119.2.12 +1 -1 src/sys/vm/uma_core.c
More information about the cvs-src
mailing list