Date: Fri, 20 Jan 2006 03:11:11 +0000 (UTC) From: Jason Evans <jasone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.c Message-ID: <200601200311.k0K3BBmn022493@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jasone 2006-01-20 03:11:11 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Use uintptr_t rather than size_t when casting pointers to integers. Also, fix the few remaining casting style(9) errors that remained after the functional change. Reported by: jmallett Revision Changes Path 1.101 +45 -44 src/lib/libc/stdlib/malloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601200311.k0K3BBmn022493>