Subject: CVS commit: basesrc/lib/libc/gen
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 04/23/2002 02:31:45
Module Name:	basesrc
Committed By:	bjh21
Date:		Mon Apr 22 23:31:45 UTC 2002

Modified Files:
	basesrc/lib/libc/gen: err.c errx.c warn.c

Log Message:
When testing __STDC__, consistently use #ifdef rather than #if.  The Sun
Workshop 5.0 C compiler defines __STDC__ to 0 unless it's in full-ANSI mode,
and in full ANSI mode it won't give us 64-bit integers (at least on a 32-bit
CPU).


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 basesrc/lib/libc/gen/err.c
cvs rdiff -r1.7 -r1.8 basesrc/lib/libc/gen/errx.c basesrc/lib/libc/gen/warn.c

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