Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin
Module Name: src
Committed By: rillig
Date: Sat Nov 27 22:16:42 UTC 2021
Modified Files:
src/usr.bin/cdplay: cdplay.c
src/usr.bin/fdformat: fdformat.c
src/usr.bin/mail: sig.c
src/usr.bin/midiplay: midiplay.c
src/usr.bin/su: su_pam.c
src/usr.bin/vmstat: drvstats.c vmstat.c
Log Message:
usr.bin: remove unnecessary CONSTCOND, lint no longer needs it
Since 2021-01-31, lint no longer requires a CONSTCOND comment in a
do-while-0 statement since this is a common code pattern, especially in
statement-like macros.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/usr.bin/cdplay/cdplay.c
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/fdformat/fdformat.c
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/mail/sig.c
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/midiplay/midiplay.c
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/su/su_pam.c
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/vmstat/drvstats.c
cvs rdiff -u -r1.247 -r1.248 src/usr.bin/vmstat/vmstat.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