CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/06/08 13:21:08
Modified files:
lib/libc/stdlib: malloc.c
Log message:
quieten compiler by converting pointers to uintptr_t before truncating them
to u_int32_t to do integer math with (in a situation where that is legit)
ok otto millert
