K 10 svn:author V 4 ngie K 8 svn:date V 27 2017-01-14T00:33:03.739147Z K 7 svn:log V 360 MFC r311236,r311919: r311236: unlink_fifo: don't leak the file descriptors opened with mkfifo and open MFC fater: 3 days CID: 978316, 978317 r311919: Partially revert r311236 There's no sense in trying to close a file descriptor from the negative cases with unlink_test; it's best to ignore these cases. The mkfifo case does make sense to keep though. END