Date: Fri, 29 Sep 2006 07:33:56 +0000 (UTC) From: Martin Blapp <mbr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_tty.c Message-ID: <200609290733.k8T7Xu5f037076@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mbr 2006-09-29 07:33:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern tty_tty.c Log: MFC rev. 1.58, 1.59 If /dev/tty gets opened after your controlling terminal has been revoked you can't call tty_clone afterwords. This can be done in ctty_clone by returning with *dev = ctty. Reviewed by: jhb Approved by: re Revision Changes Path 1.56.2.2 +5 -1 src/sys/kern/tty_tty.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609290733.k8T7Xu5f037076>