| plan 9 kernel history: overview | file list | diff list |
1996/0402/port/cache.c (diff list | history)
| 1996/0329/sys/src/9/port/cache.c:526,532 – 1996/0402/sys/src/9/port/cache.c:526,532 (short | long | prev | next) | ||
| 1993/1015 | p = f; | |
| 1996/0326 | } | |
| 1996/0329 |
| |
| 1996/0402 | if(0 && f != 0 && offset < f->start+f->len) { | |
| 1996/0326 | o = offset - f->start; | |
| 1996/0329 | n = f->len - o; if(n > len) | |