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;