Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/16/2005 18:01:38
Module Name:	src
Committed By:	christos
Date:		Sat Jul 16 18:01:38 UTC 2005

Modified Files:
	src/lib/libc/gen: _err.c _errx.c _verr.c _verrx.c _vwarn.c _vwarnx.c
	    _warn.c _warnx.c

Log Message:
Ignore indirect references when linting.
XXX: All this is done backwards, and is a mess. Really the _foo.c files should
include the _foo function definition, not the foo.c files, like everywhere
else.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/lib/libc/gen/_err.c src/lib/libc/gen/_errx.c
cvs rdiff -r1.8 -r1.9 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.