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; }