Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/25/1996 21:30:01
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.