From owner-cvs-all Tue Dec 8 02:22:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA08713 for cvs-all-outgoing; Tue, 8 Dec 1998 02:22:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA08708; Tue, 8 Dec 1998 02:22:08 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA05540; Tue, 8 Dec 1998 02:22:08 -0800 (PST) Date: Tue, 8 Dec 1998 02:22:08 -0800 (PST) Message-Id: <199812081022.CAA05540@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern tty.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/12/08 02:22:08 PST Modified files: sys/kern tty.c Log: 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 Revision Changes Path 1.110 +1 -2 src/sys/kern/tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message