summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/tty_pty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c
index 9981efa..da4449a 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);
}
OpenPOWER on IntegriCloud