summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-12-08 10:22:07 +0000
committerbde <bde@FreeBSD.org>1998-12-08 10:22:07 +0000
commit15a8d4e02e5d9c499a708b1cb4f49eb3b569f896 (patch)
treee5151eff4a7e4ecddbb836708f458ab67cf5e183 /sys/kern/tty.c
parent5e147a437fe66f5606a779bfde79218a4028ae1e (diff)
downloadFreeBSD-src-15a8d4e02e5d9c499a708b1cb4f49eb3b569f896.zip
FreeBSD-src-15a8d4e02e5d9c499a708b1cb4f49eb3b569f896.tar.gz
Backed out the FIOASYNC fix in rev.1.108. fcntl(fd, F_SETFL, flags)
depends on the bug. It does an FIOASYNC ioctl to sync the setting of the O_ASYNC "file" flag with drivers even if the setting hasn't changed. PR: 9003
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r--sys/kern/tty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c
index c599717..4d7dfac 100644
--- a/sys/kern/tty.c
+++ b/sys/kern/tty.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)tty.c 8.8 (Berkeley) 1/21/94
- * $Id: tty.c,v 1.108 1998/11/22 09:04:09 bde Exp $
+ * $Id: tty.c,v 1.109 1998/12/07 07:59:20 ache Exp $
*/
/*-
@@ -706,7 +706,6 @@ ttioctl(tp, cmd, data, flag)
/* If the ioctl involves modification, hang if in the background. */
switch (cmd) {
- case FIOASYNC:
case TIOCCBRK:
case TIOCCONS:
case TIOCDRAIN:
OpenPOWER on IntegriCloud