#include #define NOPLAN9DEFINES #include #include /* BUG: would like to preserve delimiters on systems that can */ int p9pipe(int fd[2]) { return socketpair(AF_UNIX, SOCK_STREAM, 0, fd); }