Subject: Re: kern/114: fifofs
To: None <jimj@na1.cs.uwm.edu>
From: None <mycroft@gnu.ai.mit.edu>
List: netbsd-bugs
Date: 02/08/1994 14:24:40
The first is not a bug; FIFOs are by definition unidirectional, and
always have been.  If you want a bidirectional pipe, you can use the
pipe(2) system call or a Unix-domain socket.

The second sounds like a bug.


------------------------------------------------------------------------------