| plan 9 kernel history: overview | file list | diff list |
1990/0303/port/chan.c (diff list | history)
| 1990/0227/sys/src/9/port/chan.c:78,83 – 1990/0303/sys/src/9/port/chan.c:78,85 (short | long | prev | next) | ||
| 1990/0227 | c->offset = 0; c->mnt = 0; c->stream = 0; | |
| 1990/0303 | c->mchan = 0; c->mqid = 0; | |
| 1990/0227 | return c; } unlock(&chanalloc); | |