Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/kern/tty_pty.c 50477 1999-08-28 01:08:13Z peter $
---
> * $FreeBSD: head/sys/kern/tty_pty.c 50652 1999-08-30 10:35:37Z phk $
169c169
< devs->si_tty_tty = devc->si_tty_tty = &pt->pt_tty;
---
> devs->si_tty = devc->si_tty = &pt->pt_tty;
201c201
< tp = dev->si_tty_tty;
---
> tp = dev->si_tty;
236c236
< tp = dev->si_tty_tty;
---
> tp = dev->si_tty;
250c250
< register struct tty *tp = dev->si_tty_tty;
---
> register struct tty *tp = dev->si_tty;
306c306
< tp = dev->si_tty_tty;
---
> tp = dev->si_tty;
361c361
< tp = dev->si_tty_tty;
---
> tp = dev->si_tty;
383c383
< tp = dev->si_tty_tty;
---
> tp = dev->si_tty;
410c410
< register struct tty *tp = dev->si_tty_tty;
---
> register struct tty *tp = dev->si_tty;
496c496
< register struct tty *tp = dev->si_tty_tty;
---
> register struct tty *tp = dev->si_tty;
546c546
< register struct tty *tp = dev->si_tty_tty;
---
> register struct tty *tp = dev->si_tty;
657c657
< return dev->si_tty_tty;
---
> return dev->si_tty;
669c669
< register struct tty *tp = dev->si_tty_tty;
---
> register struct tty *tp = dev->si_tty;