| plan 9 kernel history: overview | file list | diff list |
1992/0112/port/error.h (diff list | history)
| 1992/0111/sys/src/9/port/error.h:23,32 – 1992/0112/sys/src/9/port/error.h:23,36 (short | long | prev | next) | ||
|
Remove Eaddrnotfound. Add Ebadaddr, Enoproto, Enoport, Enoroute, Enolisten.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0111 | extern char Ebadfont[]; /* unallocated font */ extern char Enofont[]; /* out of font descriptors */ extern char Eauth[]; /* authentication failure */ | |
| 1992/0112 | extern char Ebadaddr[]; /* bad network address */ | |
| 1992/0111 | extern char Emsgsize[]; /* message is too big for protocol */ extern char Enetbusy[]; /* network device is busy or allocated */ | |
| 1992/0112 | extern char Enoproto[]; /* network protocol not supported */ extern char Enoport[]; /* network port not available */ extern char Enoroute[]; /* no free routes */ | |
| 1992/0111 | extern char Enoifc[]; /* bad interface or no free interface slots */ | |
| 1992/0112 | extern char Enolisten[]; /* not announced */ | |
| 1992/0111 | extern char Ehungup[]; /* write to hungup stream */ extern char Enodev[]; /* no free devices */ extern char Enoenv[]; /* no free environment resources */ | |
| 1992/0111/sys/src/9/port/error.h:62,72 – 1992/0112/sys/src/9/port/error.h:66,74 | ||
| 1992/0111 | extern char Enovmem[]; /* virtual memory allocation failed */ extern char Enoasync[]; /* out of async stream modules */ extern char Enopipe[]; /* out of pipes */ | |