Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jim Wise <jwise@netbsd.org>
List: source-changes
Date: 12/20/1999 15:11:53
Module Name:	basesrc
Committed By:	jwise
Date:		Mon Dec 20 23:11:52 UTC 1999

Modified Files:
	basesrc/usr.bin/systat: bufcache.c cmds.c keyboard.c swap.c vmstat.c

Log Message:
Fix error handling throughout.  First off, it is not true as claimed in swap.c
that `systat doesn't handle errors'.  Second off, errx should not be used directly, since
the terminal should be cleaned up before bailing.  Third off, whatever we do we need
to be consistent.

There, I feel better now.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/usr.bin/systat/bufcache.c
cvs rdiff -r1.17 -r1.18 basesrc/usr.bin/systat/cmds.c
cvs rdiff -r1.9 -r1.10 basesrc/usr.bin/systat/keyboard.c \
    basesrc/usr.bin/systat/swap.c
cvs rdiff -r1.22 -r1.23 basesrc/usr.bin/systat/vmstat.c

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