| plan 9 kernel history: overview | file list | diff list |
1990/0309/port/proc.c (diff list | history)
| 1990/03081/sys/src/9/port/proc.c:167,172 – 1990/0309/sys/src/9/port/proc.c:167,173 (short | long | prev | next) | ||
|
Initialize p->pop in newproc.
rsc Mon Mar 20 17:13:58 2006 | ||
| 1990/0227 | p->qnext = 0; | |
| 1990/03081 | p->kid = 0; p->sib = 0; | |
| 1990/0309 | p->pop = 0; | |
| 1990/0227 | p->nchild = 0; p->child = 0; p->exiting = 0; | |