Merge KSE changes from sys/dev/syscons/scterm-sc.c 1.17

# there are more "trivial" diffs in this file that have accumulated over time
# and I didn't try to fix those.

Reviewed by: julian, bde, jhb
This commit is contained in:
imp 2001-09-14 04:54:38 +00:00
parent 83dc9aa764
commit a0b86da6e8
2 changed files with 2 additions and 2 deletions

View File

@ -933,7 +933,7 @@ kanji_end:
static int
scterm_ioctl(scr_stat *scp, struct tty *tp, u_long cmd, caddr_t data,
int flag, struct proc *p)
int flag, struct thread *td)
{
term_stat *tcp = scp->ts;
vid_info_t *vi;

View File

@ -933,7 +933,7 @@ kanji_end:
static int
scterm_ioctl(scr_stat *scp, struct tty *tp, u_long cmd, caddr_t data,
int flag, struct proc *p)
int flag, struct thread *td)
{
term_stat *tcp = scp->ts;
vid_info_t *vi;