From owner-cvs-sys Fri Nov 3 00:01:11 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA27387 for cvs-sys-outgoing; Fri, 3 Nov 1995 00:01:11 -0800 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA27378 ; Fri, 3 Nov 1995 00:01:07 -0800 Date: Fri, 3 Nov 1995 00:01:07 -0800 From: David Greenman Message-Id: <199511030801.AAA27378@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern tty.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk davidg 95/11/03 00:01:07 Branch: sys/kern RELENG_2_1_0 Modified: sys/kern tty.c Log: Brought in fix from rev 1.71: initialize TS_CONNECTED and line discipline properly. Reviewed by: bde