]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Backed out the FIOASYNC fix in rev.1.108. fcntl(fd, F_SETFL, flags)
authorBruce Evans <bde@FreeBSD.org>
Tue, 8 Dec 1998 10:22:07 +0000 (10:22 +0000)
committerBruce Evans <bde@FreeBSD.org>
Tue, 8 Dec 1998 10:22:07 +0000 (10:22 +0000)
commite1501bb6eb598eb04e34763137ead5badcecfce8
tree0b088c66982c857788b57fc2dde6d09f8ef401df
parentd021dab50a788a227bfa17999f73197c272d10fd
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
sys/kern/tty.c