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 14:20:30 PDT 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv8980/kern
Modified Files:
tty_subr.c
Log Message:
remove duplicate prototypes from tty_subr.c (ndqb, putc, b_to_q), and
make the first arg of b_to_q (the u_char * that points to data to be
stuffed into the queue) const, since it's not modified.
cgd
Fri Oct 25 14:22:11 PDT 1996
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv9017/sys
Modified Files:
tty.h
Log Message:
make the first arg of b_to_q (the u_char * that points to data to be
stuffed into the queue) const, since it's not modified.
Home |
Main Index |
Thread Index |
Old Index