54 #ifdef STREAM_CONNECTIONS
73 #ifdef STREAM_CONNECTIONS
81 msg_fatal(
"stream connections are not implemented");
89 #ifdef STREAM_CONNECTIONS
90 struct strrecvfd fdinfo;
96 if (ioctl(fd, I_RECVFD, &fdinfo) < 0)
100 msg_fatal(
"stream connections are not implemented");
int stream_accept(int fd)
int stream_listen(const char *path, int unused_backlog, int block_mode)
NORETURN msg_fatal(const char *fmt,...)
int fifo_listen(const char *path, int permissions, int block_mode)