Subject: Re: pipe(2)
To: Louis <razbitum@yahoo.com>
From: Matthias Buelow <mkb@mukappabeta.de>
List: netbsd-help
Date: 08/30/2001 01:47:44
Louis <razbitum@yahoo.com> writes:

>We'd like to port it on NetBSD and OpenBSD but they
>only have unidirectional pipes.

Use socketpair() instead of pipe().

--mkb