Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/iostat



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.




Home | Main Index | Thread Index | Old Index