Source-Changes archive

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

CVS commit: src/lib/libc/stdio



Module Name:    src
Committed By:   dsl
Date:           Sun Oct 25 17:09:34 UTC 2009

Modified Files:
        src/lib/libc/stdio: asprintf.c fgets.c fgetwc.c fread.c fvwrite.c
            getdelim.c

Log Message:
Lint is differentially far too picky...
Remove some warnings that only appear on i386 (not on amd64) and that
for some reason best known to others are deemed fatal for i386.
Making this code 'pass lint' does absolutely nothing for its readability (etc).


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/stdio/asprintf.c
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/stdio/fgets.c
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/stdio/fgetwc.c
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdio/fread.c
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdio/fvwrite.c
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/stdio/getdelim.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