diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-09-19 12:26:47 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-09-19 12:26:47 +0000 |
| commit | 04cc52dfc34b61bbc924b96d8dda227c8fea68bb (patch) | |
| tree | a4fffe02c75557ae997b8f606681b4107f63c0a1 | |
| parent | 4f1e63555685bd4ae2e4941d94c3baa9f90d9bfe (diff) | |
Notes
| -rw-r--r-- | sys/kern/tty_pty.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c index 9981efa555f2..da4449aa8699 100644 --- a/sys/kern/tty_pty.c +++ b/sys/kern/tty_pty.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tty_pty.c 8.2 (Berkeley) 9/23/93 - * $Id: tty_pty.c,v 1.19 1995/08/02 11:26:50 ache Exp $ + * $Id: tty_pty.c,v 1.20 1995/09/08 11:08:38 bde Exp $ */ /* @@ -322,7 +322,6 @@ ptcclose(dev, flags, fmt, p) } tp->t_oproc = 0; /* mark closed */ - tp->t_session = 0; return (0); } |
