| plan 9 kernel history: overview | file list | diff list |
1993/0911/port/devpipe.c (diff list | history)
| 1993/0725/sys/src/9/port/devpipe.c:298,304 – 1993/0911/sys/src/9/port/devpipe.c:298,306 (short | long | prev | next) | ||
| 1992/0711 | USED(offset); | |
| 1992/0821 | ||
| 1993/0725 | if(waserror()) { | |
| 1993/0911 | /* avoid notes when pipe is a mounted queue */ if((c->flag & CMSG) == 0) postnote(up, 1, "sys: write on closed pipe", NUser); | |
| 1993/0725 | error(Ehungup); } | |