| plan 9 kernel history: overview | file list | diff list |
1992/0122/port/error.h (diff list | history)
| 1992/0114/sys/src/9/port/error.h:45,51 – 1992/0122/sys/src/9/port/error.h:45,51 (short | long | prev | next) | ||
|
Reword Ebadexec.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0114 | extern char Ebadld[]; /* illegal line discipline */ extern char Ebadfd[]; /* fd out of range or not open */ extern char Eisstream[]; /* seek on a stream */ | |
| 1992/0122 | extern char Ebadexec[]; /* exec header invalid */ | |
| 1992/0111 | extern char Etimedout[]; /* connection timed out */ extern char Econrefused[]; /* connection refused */ | |
| 1992/0114 | extern char Enetunreach[]; /* network unreachable */ | |