Module Name:    src
Committed By:   rillig
Date:           Thu Oct  3 20:14:01 UTC 2024

Modified Files:
        src/bin/ed: io.c
        src/bin/ksh: edit.c eval.c misc.c
        src/bin/pax: getoldopt.c
        src/bin/sh: expand.c output.c parser.c

Log Message:
bin: fix lint warning "effectively discards 'const'"

For example: src/bin/ed/io.c(339): warning: call to 'strchr' effectively
discards 'const' from argument [346]

No binary change.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/bin/ed/io.c
cvs rdiff -u -r1.35 -r1.36 src/bin/ksh/edit.c
cvs rdiff -u -r1.26 -r1.27 src/bin/ksh/eval.c
cvs rdiff -u -r1.25 -r1.26 src/bin/ksh/misc.c
cvs rdiff -u -r1.23 -r1.24 src/bin/pax/getoldopt.c
cvs rdiff -u -r1.144 -r1.145 src/bin/sh/expand.c
cvs rdiff -u -r1.41 -r1.42 src/bin/sh/output.c
cvs rdiff -u -r1.182 -r1.183 src/bin/sh/parser.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to