| plan 9 kernel history: overview | file list | diff list |
1991/1109/port/devsrv.c (diff list | history)
| 1991/1011/sys/src/9/port/devsrv.c:21,27 – 1991/1109/sys/src/9/port/devsrv.c:21,27 (short | long | prev | next) | ||
| 1991/0828 | return -1; if(srv.chan[s] == 0) return 0; | |
| 1991/1109 | devdir(c, (Qid){s, 0}, &srv.name[s*NAMELEN], 0, eve, 0666, dp); | |
| 1991/0828 | return 1; } | |