Long-standing stability bugs fixed in 9pserve.

Update win to use acme interface directly instead of via pipes.
Add comment to pipe about lack of message boundaries.
This commit is contained in:
rsc 2004-03-02 19:21:48 +00:00
parent c4991217e1
commit 05b7f431f0
3 changed files with 154 additions and 69 deletions

View file

@ -3,6 +3,7 @@
#include <libc.h>
#include <sys/socket.h>
/* BUG: would like to preserve delimiters on systems that can */
int
p9pipe(int fd[2])
{