~kris/9p

9hist

82125e1922870e0720a0a75aea87cc3ddd94efff — David du Colombier 32 years ago a8f2ff1
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;