Source-Changes archive

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

CVS commit: src/bin



Module Name:    src
Committed By:   rillig
Date:           Fri Sep 10 22:11:03 UTC 2021

Modified Files:
        src/bin/dd: misc.c
        src/bin/ps: ps.h
        src/bin/rm: rm.c
        src/bin/sh: expand.c shell.h show.c

Log Message:
bin: remove unnecessary lint comment CONSTCOND

Since 2021-01-31, lint no longer warns about 'do ... while (0)'.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/bin/dd/misc.c
cvs rdiff -u -r1.29 -r1.30 src/bin/ps/ps.h
cvs rdiff -u -r1.53 -r1.54 src/bin/rm/rm.c
cvs rdiff -u -r1.138 -r1.139 src/bin/sh/expand.c
cvs rdiff -u -r1.29 -r1.30 src/bin/sh/shell.h
cvs rdiff -u -r1.53 -r1.54 src/bin/sh/show.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