| plan 9 kernel history: overview | file list | diff list |
1993/0427/port/auth.c (diff list | history)
| 1993/0411/sys/src/9/port/auth.c:150,155 – 1993/0427/sys/src/9/port/auth.c:150,156 (short | long | prev | next) | ||
| 1993/0407 | poperror(); if(convM2S(buf, &f, n) == 0){ | |
| 1993/0411 | unlock(&s->send); | |
| 1993/0427 | print("error converting %d bytes %ux %ux %ux\n", n, buf[0], buf[1], buf[2]); | |
| 1993/0407 | error(Emountrpc); } switch(f.type){ | |
| 1993/0411/sys/src/9/port/auth.c:163,168 – 1993/0427/sys/src/9/port/auth.c:164,170 | ||
| 1993/0407 | error(f.ename); default: | |
| 1993/0411 | unlock(&s->send); | |
| 1993/0427 | print("error using %d bytes %ux %ux %ux\n", n, buf[0], buf[1], buf[2]); | |
| 1993/0407 | error(Emountrpc); } | |
| 1993/0330 | } | |