| plan 9 kernel history: overview | file list | diff list |
1992/0711/gnot/devisdn.c (diff list | history)
| 1992/0701/sys/src/9/gnot/devisdn.c:132,137 – 1992/0711/sys/src/9/gnot/devisdn.c:132,138 (short | long | prev | next) | ||
| 1992/0609 | void isdncreate(Chan *c, char *name, int omode, ulong perm) { | |
| 1992/0711 | USED(c, name, omode, perm); | |
| 1992/0609 | error(Eperm); } | |
| 1992/0701/sys/src/9/gnot/devisdn.c:245,250 – 1992/0711/sys/src/9/gnot/devisdn.c:246,252 | ||
| 1992/0609 | void isdnremove(Chan *c) { | |
| 1992/0711 | USED(c); | |
| 1992/0609 | error(Eperm); } | |
| 1992/0701/sys/src/9/gnot/devisdn.c:251,256 – 1992/0711/sys/src/9/gnot/devisdn.c:253,259 | ||
| 1992/0609 | void isdnwstat(Chan *c, char *dp) { | |
| 1992/0711 | USED(c, dp); | |
| 1992/0609 | error(Eperm); } | |