Deleted Added
full compact
34c34
< * $Id: tty_pty.c,v 1.56 1999/04/27 11:16:19 phk Exp $
---
> * $Id: tty_pty.c,v 1.57 1999/05/08 06:39:43 phk Exp $
677,678c677
< } else
< if (devsw(dev)->d_open == ptcopen)
---
> } else if (devsw(dev)->d_open == ptcopen) {
713a713
> }
714a715,722
> /*
> * The rest of the ioctls shouldn't be called until
> * the slave is open. (Should we return an error?)
> */
> if ((tp->t_state & TS_ISOPEN) == 0)
> return (0);
>
> switch (cmd) {
737a746
> }