~kris/9p

9hist

b78ed823aed2839d87df9bc63e72a260c28bdaf8 — David du Colombier 25 years ago 0bb938e
Plan 9 from Bell Labs 2001-03-09
1 files changed, 1 insertions(+), 1 deletions(-)

M port/devdraw.c
M port/devdraw.c => port/devdraw.c +1 -1
@@ 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];