| plan 9 kernel history: overview | file list | diff list |
1991/0115/gnot/trap.c (diff list | history)
| 1990/1226/sys/src/9/gnot/trap.c:307,313 – 1991/0115/sys/src/9/gnot/trap.c:307,313 (short | long | prev | next) | ||
| 1990/03091 | void | |
| 1990/11211 | error(int code) | |
| 1990/03091 | { | |
| 1990/11211 |
| |
| 1991/0115 | strncpy(u->error, errstrtab[code], ERRLEN); | |
| 1990/03091 | nexterror(); } | |
| 1990/11211 | ||