From b78ed823aed2839d87df9bc63e72a260c28bdaf8 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Fri, 9 Mar 2001 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2001-03-09 --- port/devdraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/devdraw.c b/port/devdraw.c index 23bfc67ca7d295eae25d6bbf47312e74142ba95a..254a5a080646b8c200dbe1caf33f0a44aa70892a 100644 --- a/port/devdraw.c +++ b/port/devdraw.c @@ -237,7 +237,7 @@ drawgen(Chan *c, Dirtab *tab, int x, int s, Dir *dp) if(t == Q2nd || t == Qnew){ if(s == 0){ q = (Qid){Qnew, 0}; - devdir(c, q, "new", 0, eve, 0666, dp); + devdir(c, q, "new", 0, eve, 0600, dp); } else if(s <= sdraw.nclient){ cl = sdraw.client[s-1];