From owner-cvs-sys Tue Aug 1 19:56:02 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id TAA25757 for cvs-sys-outgoing; Tue, 1 Aug 1995 19:56:02 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id TAA25734 ; Tue, 1 Aug 1995 19:55:53 -0700 Date: Tue, 1 Aug 1995 19:55:53 -0700 From: Bruce Evans Message-Id: <199508020255.TAA25734@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern tty_pty.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk bde 95/08/01 19:55:49 Modified: sys/kern tty_pty.c Log: Don't set TS_ZOMBIE flag for non-open ptys. ptcclose() has always done too much for non-open ptys, but there is normally no problem because the l_modem(, 0) is a no-op for closed ptys provided the line discipline is standard and MDMBUF isn't set.