From e782526cf23386566da385d72d3aa717f97e0b95 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 27 Jun 2001 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2001-06-27 --- pc/devi82365.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pc/devi82365.c b/pc/devi82365.c index 5ad17cc5b7630fc3ad9d3fa0bd0d670028598822..fa003b90422f5cce55c3cdd830acf477b59d1de4 100644 --- a/pc/devi82365.c +++ b/pc/devi82365.c @@ -459,6 +459,7 @@ pcmgen(Chan *c, char*, Dirtab *, int , int i, Dir *dp) break; } qid.vers = 0; + qid.type = QTFILE; devdir(c, qid, up->genbuf, len, eve, 0660, dp); return 1; }