Subject: CVS commit: src/usr.bin/pmap
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 05/04/2003 15:09:47
Module Name:	src
Committed By:	atatat
Date:		Sun May  4 15:09:46 UTC 2003

Modified Files:
	src/usr.bin/pmap: main.c pmap.c

Log Message:
Build main.c with LOCKDEBUG defined so that it gets the larger kbit
definition.  Since we're now passing it into pmap.c which is already
compiled that way, it would be nice if it was the right size.

Also, fix a memset bug that caused a segmentation fault when printing
the kernel's vm_map.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/usr.bin/pmap/main.c
cvs rdiff -r1.15 -r1.16 src/usr.bin/pmap/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.