Subject: CVS commit: src/usr.sbin/iostat
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 07/26/2006 03:33:02
Module Name:	src
Committed By:	simonb
Date:		Wed Jul 26 03:33:02 UTC 2006

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

Log Message:
Since the swapping of tk_nin and tk_nout was moved to its own
function (tkswap()), actually call this function.

Fixes problems where the tin/tout fields showed total tty IO since
boot instead of just what has happened in the last second.


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