~kris/9p

9hist

6e6d311c4d18c15731eb5f31a5a51a2462fdc404 — David du Colombier 35 years ago 280b8b5
Plan 9 from Bell Labs 1990-11-21
2 files changed, 2 insertions(+), 2 deletions(-)

M gnot/devsrv.c
M port/devsrv.c
M gnot/devsrv.c => gnot/devsrv.c +1 -1
@@ 170,7 170,7 @@ srvcreate(Chan *c, char *name, int omode, ulong perm)
	parent->dir.mtime = e->dir.mtime;
	unlock(parent);
	poperror();
	c->qid = e->dir.gid;
	c->qid = e->dir.qid;
	c->aux = e;
	c->flag |= COPEN;
	c->mode = omode;

M port/devsrv.c => port/devsrv.c +1 -1
@@ 170,7 170,7 @@ srvcreate(Chan *c, char *name, int omode, ulong perm)
	parent->dir.mtime = e->dir.mtime;
	unlock(parent);
	poperror();
	c->qid = e->dir.gid;
	c->qid = e->dir.qid;
	c->aux = e;
	c->flag |= COPEN;
	c->mode = omode;