| plan 9 kernel history: overview | file list | diff list |
1991/0606/gnot/lock.c (diff list | history)
| 1991/0428/sys/src/9/gnot/lock.c:3,8 – 1991/0606/sys/src/9/gnot/lock.c:3,9 (short | long | prev | next) | ||
| 1990/03091 | #include "mem.h" #include "dat.h" #include "fns.h" | |
| 1991/0606 | #include "errno.h" | |
| 1990/03091 | ||
| 1990/0617 | #define PCOFF -1 | |
| 1990/0403 | ||
| 1991/0428/sys/src/9/gnot/lock.c:56,59 – 1991/0606/sys/src/9/gnot/lock.c:57,66 | ||
| 1990/03091 | { l->pc = 0; | |
| 1990/0403 | l->key = 0; | |
| 1991/0606 | } void mklockseg(Seg *s) { error(Esegaddr); | |
| 1990/03091 | } | |