| plan 9 kernel history: overview | file list | diff list |
1992/0621/gnot/devport.c (diff list | history)
| 1992/0621/sys/src/9/gnot/devport.c:123,128 – 1992/0711/sys/src/9/gnot/devport.c:123,129 (short | long | prev | next) | ||
| 1991/0110 | void portcreate(Chan *c, char *name, int omode, ulong perm) { | |
| 1992/0711 | USED(c, name, omode, perm); | |
| 1991/0110 | error(Eperm); } | |
| 1992/0621/sys/src/9/gnot/devport.c:129,134 – 1992/0711/sys/src/9/gnot/devport.c:130,136 | ||
| 1991/0110 | void portclose(Chan *c) | |
| 1992/0621 | { | |
| 1992/0711 | USED(c); | |
| 1992/0621 | } | |
| 1991/0110 | long | |