Date: Thu, 14 Jul 2005 15:21:18 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c Message-ID: <200507141521.j6EFLItr085919@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507141521.j6EFLItr085919>