~kris/9p

9hist

bca59dfd82f664f81139f5c179f5f557754be6e5 — David du Colombier 30 years ago ab2fdc7
Plan 9 from Bell Labs 1996-07-30
1 files changed, 2 insertions(+), 0 deletions(-)

M port/chan.c
M port/chan.c => port/chan.c +2 -0
@@ 725,6 725,8 @@ namec(char *name, int amode, int omode, ulong perm)
		(*devtab[c->type].create)(c, elem, omode, perm);
		if(omode & OCEXEC)
			c->flag |= CCEXEC;
		if(omode & ORCLOSE)
			c->flag |= CRCLOSE;
		poperror();
		break;