Subject: CVS commit: [netbsd-2-0] src/usr.bin/systat
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 05/12/2004 05:02:51
Module Name:	src
Committed By:	jmc
Date:		Wed May 12 05:02:51 UTC 2004

Modified Files:
	src/usr.bin/systat [netbsd-2-0]: bufcache.c

Log Message:
Pullup rev 1.17 (requested by martin in ticket #313)

"bufmem" is unsigned long inside the kernel, so dont try to grovel it out
of kmem as a unsigned int.
Also avoid overrunning VCACHE_SIZE, thus scribling over unrelated memory.
PR#/25537


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.16.2.1 src/usr.bin/systat/bufcache.c

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