Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib
Module Name: src
Committed By: rillig
Date: Fri Oct 4 03:18:02 UTC 2024
Modified Files:
src/lib/libc/time: zic.c
src/lib/libcompat/4.3: ruserpass.c
Log Message:
libc, libcompat: fix lint warning about "effectively discards 'const'"
lib/libc/time/zic.c(2810): warning: call to 'strchr' effectively
discards 'const' from argument [346]
lib/libcompat/4.3/ruserpass.c(145): warning: call to 'strchr'
effectively discards 'const' from argument [346]
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/lib/libc/time/zic.c
cvs rdiff -u -r1.10 -r1.11 src/lib/libcompat/4.3/ruserpass.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