~kris/9p

9hist

192140e9543ac5138cf52b5afc2885faed2102c7 — David du Colombier 33 years ago 4910614
Plan 9 from Bell Labs 1993-01-27
1 files changed, 1 insertions(+), 1 deletions(-)

M gnot/devisdn.c
M gnot/devisdn.c => gnot/devisdn.c +1 -1
@@ 85,7 85,7 @@ isdnattach(char *spec)
		addportintr(isdnintr);
		devinit(dev);
	}
	c = devattach('I', spec);
	c = devattach('J', spec);
	c->dev = dev;
	return c;
}