| plan 9 kernel history: overview | file list | diff list |
1993/1006/port/error.h (diff list | history)
| 1993/0818/sys/src/9/port/error.h:18,28 – 1993/1006/sys/src/9/port/error.h:18,23 (short | long | prev | next) | ||
|
Remove blt-related, add Eshort.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0111 | extern char Eio[]; /* i/o error */ extern char Etoobig[]; /* read or write too large */ extern char Etoosmall[]; /* read or write too small */ | |
| 1992/0114 | extern char Enetaddr[]; /* bad network address */ | |
| 1992/0111 | extern char Emsgsize[]; /* message is too big for protocol */ extern char Enetbusy[]; /* network device is busy or allocated */ | |
| 1993/0818/sys/src/9/port/error.h:55,58 – 1993/1006/sys/src/9/port/error.h:50,54 | ||
| 1992/0824 | extern char Esoverlap[]; /* segments overlap */ | |
| 1992/1017 | extern char Emouseset[]; /* mouse type already set */ | |
| 1993/0501 | extern char Erecover[]; /* failed to recover fd */ | |
| 1993/1006 | extern char Eshort[]; /* i/o count too small */ | |
| 1993/0818 | extern char Egreg[]; /* coherency problem */ | |