Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Brian Ginsbach <ginsbach@netbsd.org>
List: source-changes
Date: 06/18/2007 14:13:55
Module Name:	src
Committed By:	ginsbach
Date:		Mon Jun 18 14:13:55 UTC 2007

Modified Files:
	src/lib/libc/gen: err.c errx.c verr.c verrx.c vwarn.c vwarnx.c warn.c
	    warnx.c

Log Message:
Follow the example of other nbtool compat functions, like dirname, and
don't create if it is determined that the system in question doesn't need
them.  This cleans up build warnings on systems with err.h (HAVE_ERR_H)
for example Mac OS X 10.3.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/lib/libc/gen/err.c
cvs rdiff -r1.13 -r1.14 src/lib/libc/gen/errx.c src/lib/libc/gen/verr.c \
    src/lib/libc/gen/verrx.c src/lib/libc/gen/vwarn.c \
    src/lib/libc/gen/vwarnx.c src/lib/libc/gen/warn.c \
    src/lib/libc/gen/warnx.c

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