Plan 9 from Bell Labs 1993-11-06
1 files changed, 1 insertions(+), 1 deletions(-) M port/devpipe.c
M port/devpipe.c => port/devpipe.c +1 -1
@@ 177,7 177,7 @@ pipeopen(Chan *c, int omode) } qunlock(p); - c->mode = omode&~OTRUNC; + c->mode = openmode(omode); c->flag |= COPEN; c->offset = 0; return c;