Plan 9 from Bell Labs 1991-05-30
1 files changed, 0 insertions(+), 2 deletions(-) M port/devwren.c
M port/devwren.c => port/devwren.c +0 -2
@@ 148,8 148,6 @@ wrenattach(char *param) d = &wren[dev]; d->blocksize = BGLONG(&buf[4]); -print("Block size %lux capacity %lux\n", d->blocksize, BGLONG(&buf[0])); - plen = BGLONG(&buf[0]); d->p[Npart].firstblock = 0; d->p[Npart].maxblock = plen;