fifos - fix broken mkfifo style fifos.
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 8 Aug 2009 22:40:57 +0000 (15:40 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 8 Aug 2009 22:40:57 +0000 (15:40 -0700)
commitc9c08c193df25b3998349a5a83a40705aba1cb97
tree7d17f9c79427304a34342db72e220fe2586dc32a
parent5d5ff79ae73919a9b167bdd7298a98c436c3ba11
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).
sys/kern/vfs_nlookup.c