Subject: CVS commit: src/usr.bin/systat
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 03/27/2004 00:53:59
Module Name:	src
Committed By:	martin
Date:		Sat Mar 27 00:53:59 UTC 2004

Modified Files:
	src/usr.bin/systat: extern.h keyboard.c

Log Message:
A __attribute__((__noreturn__)) function better be void - gcc correctly
complains at >= -O3 otherwise.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/usr.bin/systat/extern.h
cvs rdiff -r1.15 -r1.16 src/usr.bin/systat/keyboard.c

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