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

看板DFBSD_commit作者時間16年前 (2009/05/16 03:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit e8cdd28453ef18059e4de4426ee358e9a1ec3f7d Author: Matthew Dillon <dillon@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@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
文章代碼(AID): #1A3SD300 (DFBSD_commit)