| plan 9 kernel history: overview | file list | diff list |
1991/0320/port/devdup.c (diff list | history)
| 1990/11211/sys/src/9/port/devdup.c:75,80 – 1991/0320/sys/src/9/port/devdup.c:75,82 (short | long | prev | next) | ||
| 1990/11211 | f = u->fd[c->qid.path]; | |
| 1990/0227 | close(c); incref(f); | |
| 1991/0320 | if(omode & OCEXEC) f->flag |= CCEXEC; | |
| 1990/0227 | return f; } | |