Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
cgd
Fri Oct 25 15:11:41 PDT 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv12972/kern
Modified Files:
tty.c
Log Message:
don't thow away char_type's 'const'ness via a cast when passing it to scanc().
(1) that causes -Wcast-qual to be unhappy, and (2) the cast is unnecessary!
cgd
Fri Oct 25 15:15:55 PDT 1996
Update of /cvsroot/src/sys/net
In directory netbsd1:/var/slash-tmp/cvs-serv13704
Modified Files:
if_strip.c
Log Message:
-Wcast-qual cleanups. Don't discard 'const' when casting.
Home |
Main Index |
Thread Index |
Old Index