From 6e6d311c4d18c15731eb5f31a5a51a2462fdc404 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 21 Nov 1990 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1990-11-21 --- gnot/devsrv.c | 2 +- port/devsrv.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnot/devsrv.c b/gnot/devsrv.c index e0e8dc67ce9fc0094ecde443b7846fe483fe7de0..34514976d1aa75550c9f04c7c3e35a2f544a4357 100644 --- a/gnot/devsrv.c +++ b/gnot/devsrv.c @@ -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; diff --git a/port/devsrv.c b/port/devsrv.c index e0e8dc67ce9fc0094ecde443b7846fe483fe7de0..34514976d1aa75550c9f04c7c3e35a2f544a4357 100644 --- a/port/devsrv.c +++ b/port/devsrv.c @@ -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;