| plan 9 kernel history: overview | file list | diff list |
1998/0319/ip/kio.c (diff list | history)
| 1998/0319/sys/src/9/ip/kio.c:124,130 – 1998/0321/sys/src/9/ip/kio.c:124,130 (short | long | prev | next) | ||
|
Bug fix: use length1, the low bits.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1997/0327 | case 2: devtab[c->type]->stat(c, buf); convM2D(buf, &dir); | |
| 1998/0319 |
| |
| 1998/0321 | c->offset = dir.length1 + offset; /* BOTCH */ | |
| 1997/0327 | off = c->offset; break; } | |