Subject: CVS commit: src/usr.bin/systat
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/20/2003 20:24:05
Module Name:	src
Committed By:	dsl
Date:		Mon Jan 20 18:24:05 UTC 2003

Modified Files:
	src/usr.bin/systat: extern.h fetch.c vmstat.c

Log Message:
Make kernel address arg of kvm_ckread() const void * so caller doesn't
need a cast.
(approved by christos)


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/usr.bin/systat/extern.h
cvs rdiff -r1.9 -r1.10 src/usr.bin/systat/fetch.c
cvs rdiff -r1.45 -r1.46 src/usr.bin/systat/vmstat.c

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