| plan 9 kernel history: overview | file list | diff list |
1992/0619/port/dev.c (diff list | history)
| 1992/0619/sys/src/9/port/dev.c:57,62 – 1992/0711/sys/src/9/port/dev.c:57,63 (short | long | prev | next) | ||
|
Silence compiler warning.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1990/0227 | { Chan *c; | |
| 1992/0711 | USED(spec); | |
| 1990/0227 | c = newchan(); | |
| 1990/11211 | c->qid = (Qid){CHDIR, 0}; | |
| 1990/0227 | c->type = devno(tc, 0); | |