| plan 9 kernel history: overview | file list | diff list |
2000/0215/port/error.h (diff list | history)
| 1999/1105/sys/src/9/port/error.h:39,44 – 2000/0215/sys/src/9/port/error.h:39,45 (short | long | prev | next) | ||
|
Add Enofd.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0111 | extern char Enovmem[]; /* virtual memory allocation failed */ | |
| 1992/0114 | extern char Ebadld[]; /* illegal line discipline */ extern char Ebadfd[]; /* fd out of range or not open */ | |
| 2000/0215 | extern char Enofd[]; /* no free file descriptors */ | |
| 1992/0114 | extern char Eisstream[]; /* seek on a stream */ | |
| 1992/0122 | extern char Ebadexec[]; /* exec header invalid */ | |
| 1992/0111 | extern char Etimedout[]; /* connection timed out */ | |