Date: Tue, 14 Jul 1998 05:14:59 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <199807141214.FAA17642@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/07/14 05:14:59 PDT Modified files: sys/vm vm_map.c Log: Print pointers using %p instead of attempting to print them by casting them to long, etc. Fixed some nearby printf bogons (sign errors not warned about by gcc, and style bugs, but not truncation of vm_ooffset_t's). Use slightly less bogus casts for passing pointers to ddb command functions. Revision Changes Path 1.132 +17 -14 src/sys/vm/vm_map.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807141214.FAA17642>