看板 DFBSD_commit 關於我們 聯絡資訊
commit c9c08c193df25b3998349a5a83a40705aba1cb97 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Aug 8 15:40:57 2009 -0700 fifos - fix broken mkfifo style fifos. * open()s of mkfifo style fifos with O_TRUNC were being disallow. Allow the flag (it is harmless and does nothing). Summary of changes: sys/kern/vfs_nlookup.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c9c08c193df25b3998349a5a83a40705aba1cb97 -- DragonFly BSD source repository