K 10 svn:author V 3 pjd K 8 svn:date V 27 2007-01-07T23:06:53.000000Z K 7 svn:log V 238 Be more specific in ENXIO description: - O_NONBLOCK flag has to be set, if it is not set, open(2) will wait for another process opening the fifo for reading, - Use O_WRONLY which implies that the file has to be opened _only_ for write. END