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:
parent
da4e3cd357
commit
2895a1020c
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user