Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 01/20/2003 01:11:48
Module Name:	src
Committed By:	simonb
Date:		Sun Jan 19 23:11:47 UTC 2003

Modified Files:
	src/sys/kern: tty_pty.c

Log Message:
b_to_q() and q_to_b() take a "u_char *" argument, so use a u_char array
in one place, and don't cast a "u_char *" to a "char *" in the q_to_b()
call(!) in another.


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/sys/kern/tty_pty.c

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