Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/gen



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.




Home | Main Index | Thread Index | Old Index