| plan 9 kernel history: overview | file list | diff list |
1991/0921/port/devsrv.c (diff list | history)
| 1991/0828/sys/src/9/port/devsrv.c:181,186 – 1991/0921/sys/src/9/port/devsrv.c:181,186 (short | long | prev | next) | ||
| 1990/0227 | fd = strtoul(buf, 0, 0); | |
| 1991/0828 | fdtochan(fd, -1); /* error check only */ srv.chan[i] = u->p->fgrp->fd[fd]; | |
| 1991/0921 | incref(srv.chan[i]); | |
| 1990/0227 | return n; } | |