~kris/9p

9hist

29108787f706edecf94542f310a12f842f7560b9 — David du Colombier 30 years ago 5dc6a27
Plan 9 from Bell Labs 1996-08-03
1 files changed, 2 insertions(+), 0 deletions(-)

M pc/devata.c
M pc/devata.c => pc/devata.c +2 -0
@@ 640,6 640,8 @@ ataclose(Chan *c)
		return;

	dp = atadrive[DRIVE(c->qid.path)];
	if(dp == 0)
		return;
	p = &dp->p[PART(c->qid.path)];
	if(strcmp(p->name, "partition") != 0)
		return;