aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/pipe.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-02 19:21:48 +0000
committerrsc <devnull@localhost>2004-03-02 19:21:48 +0000
commit05b7f431f01dad68d31b4681a5583a0c3de2921a (patch)
tree0ed87977a8a259582d024e4f7ffda0efb887cc41 /src/lib9/pipe.c
parentc4991217e1c34d6bc14c7a5d2371a74342581539 (diff)
downloadplan9port-05b7f431f01dad68d31b4681a5583a0c3de2921a.tar.gz
plan9port-05b7f431f01dad68d31b4681a5583a0c3de2921a.tar.bz2
plan9port-05b7f431f01dad68d31b4681a5583a0c3de2921a.zip
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.
Diffstat (limited to 'src/lib9/pipe.c')
-rw-r--r--src/lib9/pipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib9/pipe.c b/src/lib9/pipe.c
index f9fe2420..4caeb6c1 100644
--- a/src/lib9/pipe.c
+++ b/src/lib9/pipe.c
@@ -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])
{