Subject: CVS commit: src/usr.sbin/iostat
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 08/04/2003 01:05:46
Module Name:	src
Committed By:	mrg
Date:		Mon Aug  4 01:05:45 UTC 2003

Modified Files:
	src/usr.sbin/iostat: iostat.c

Log Message:
- convert header() away from a signal function (it does all sorts of stdio
and more) and use a little sig_header() helper.
- in selectdrives() make sure we don't overwrite some arrays.  this makes
"iostat 1" work again on my really wide screens where defdrives (number that
can fit) was > ndrives (number of drives), rather than dump core trying to
print (char *)1...


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 src/usr.sbin/iostat/iostat.c

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