| plan 9 kernel history: overview | file list | diff list |
2002/0517/port/auth.c (diff list | history)
| 2002/0410/sys/src/9/port/auth.c:75,80 – 2002/0517/sys/src/9/port/auth.c:75,85 (short | long | prev | next) | ||
| 2001/0808 | } | |
| 2001/0819 | ac = mntauth(c, aname); | |
| 2002/0517 | /* at this point ac is responsible for keeping c alive */ cclose(c); poperror(); /* c */ | |
| 2001/0527 | if(waserror()){ | |
| 2001/0819 | cclose(ac); | |
| 2001/0527 | nexterror(); | |
| 2002/0410/sys/src/9/port/auth.c:84,90 – 2002/0517/sys/src/9/port/auth.c:89,94 | ||
| 2001/0819 | if(fd < 0) error(Enofd); poperror(); /* ac */ | |
| 1993/0330 | ||
| 2001/0819 | /* always mark it close on exec */ ac->flag |= CCEXEC; | |