cvs commit: src/sys/kern kern_malloc.c
Robert Watson
rwatson at FreeBSD.org
Wed Jun 27 13:39:39 UTC 2007
rwatson 2007-06-27 13:39:39 UTC
FreeBSD src repository
Modified files:
sys/kern kern_malloc.c
Log:
Use vm_offset_t for kmembase and kmemlimit rather than char *, avoiding
unnecessary casts, and making it possible to compile kern_malloc.c with
strict aliasing.
Submitted by: rdivacky
Approved by: re (kensmith)
Revision Changes Path
1.162 +4 -4 src/sys/kern/kern_malloc.c
More information about the cvs-all
mailing list