Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Krister Walfridsson <kristerw@netbsd.org>
List: source-changes
Date: 05/24/2001 13:33:09
Module Name:	syssrc
Committed By:	kristerw
Date:		Thu May 24 10:33:09 UTC 2001

Modified Files:
	syssrc/sys/kern: tty_conf.c

Log Message:
Removed an incorrect use of __CONCAT when formatting panic messages.

The ISO C standard says in 6.10.3.3 that if the result of using the
'##' operator "is not a valid preprocessing token, the behaviour is
undefined." Gcc 3.0 warns about this.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 syssrc/sys/kern/tty_conf.c

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