Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/usr.bin/xlint/lint1
Module Name: basesrc
Committed By: augustss
Date: Thu Dec 13 23:56:00 UTC 2001
Modified Files:
basesrc/usr.bin/xlint/lint1: err.c lint1.h main1.c
Log Message:
Don't use fd_set to keep track of errors to ignore. Doing so relies on
overriding FD_SETSIZE. Not overriding it makes it stomp all over memory
(which caused the debug outputs we've seen lately).
It used to work, but toolification of lint broke it.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 basesrc/usr.bin/xlint/lint1/err.c
cvs rdiff -r1.10 -r1.11 basesrc/usr.bin/xlint/lint1/lint1.h
cvs rdiff -r1.9 -r1.10 basesrc/usr.bin/xlint/lint1/main1.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