DragonFly-2.3.1.59.ge8cdd master sys/kern kern_descrip.c

Matthew Dillon dillon at crater.dragonflybsd.org
Fri May 15 12:12:17 PDT 2009


commit e8cdd28453ef18059e4de4426ee358e9a1ec3f7d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri May 15 12:08:46 2009 -0700

    Fix bug in recent commit - fcntl(... O_ASYNC) on tty's got broke.
    
    The pass-through fo_ioctl() call was being used with the old async state
    instead of the new one.  This primarily effects tty's as most other devices
    just use the async state stored in the file pointer.
    
    Reported-by: YONETANI Tomokazu <qhwt+dfly at les.ath.cx>

Summary of changes:
 sys/kern/kern_descrip.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e8cdd28453ef18059e4de4426ee358e9a1ec3f7d


-- 
DragonFly BSD source repository





More information about the Commits mailing list