Subject: CVS commit: src/usr.bin/systat
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 02/11/2008 03:51:17
Module Name:	src
Committed By:	dyoung
Date:		Mon Feb 11 03:51:17 UTC 2008

Modified Files:
	src/usr.bin/systat: syscall.c vmstat.c

Log Message:
#include <sys/evcnt.h> instead of <sys/device.h>, since the former
is sufficient, anyway.  Do not needlessly #include <sys/device.h>.

Note well: device_t is not part of the kernel ABI.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/usr.bin/systat/syscall.c
cvs rdiff -r1.69 -r1.70 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.