Subject: CVS commit: src/usr.bin/systat
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 05/11/2004 21:56:20
Module Name:	src
Committed By:	martin
Date:		Tue May 11 21:56:20 UTC 2004

Modified Files:
	src/usr.bin/systat: bufcache.c

Log Message:
"bufmem" is unsigned long inside the kernel, so don't try to grovel it out
of kmem as a unsigned int.
Also avoid overrunning VCACHE_SIZE, thus scribling over unrelated memory.
Fixes PR port-sparc64/25537.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 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.