git: fifos - fix broken mkfifo style fifos.

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Aug 8 15:43:04 PDT 2009


commit c9c08c193df25b3998349a5a83a40705aba1cb97
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list