1 files changed, 0 insertions(+), 14 deletions(-)
M port/error.h
M port/error.h => port/error.h +0 -14
@@ 19,37 19,23 @@ extern char Einuse[]; /* device or object already in use */
extern char Eio[]; /* i/o error */
extern char Etoobig[]; /* read or write too large */
extern char Etoosmall[]; /* read or write too small */
-extern char Enetaddr[]; /* bad network address */
-extern char Emsgsize[]; /* message is too big for protocol */
-extern char Enetbusy[]; /* network device is busy or allocated */
-extern char Enoproto[]; /* network protocol not supported */
extern char Enoport[]; /* network port not available */
-extern char Enoifc[]; /* bad interface or no free interface slots */
-extern char Enolisten[]; /* not announced */
extern char Ehungup[]; /* write to hungup channel */
extern char Ebadctl[]; /* bad process or channel control request */
extern char Enodev[]; /* no free devices */
-extern char Enoenv[]; /* no free environment resources */
-extern char Emuxshutdown[]; /* mux server shut down */
-extern char Emuxbusy[]; /* all mux channels busy */
-extern char Emuxmsg[]; /* bad mux message format or mismatch */
extern char Eprocdied[]; /* process exited */
extern char Enochild[]; /* no living children */
extern char Eioload[]; /* i/o error in demand load */
extern char Enovmem[]; /* virtual memory allocation failed */
-extern char Ebadld[]; /* illegal line discipline */
extern char Ebadfd[]; /* fd out of range or not open */
extern char Enofd[]; /* no free file descriptors */
extern char Eisstream[]; /* seek on a stream */
extern char Ebadexec[]; /* exec header invalid */
extern char Etimedout[]; /* connection timed out */
extern char Econrefused[]; /* connection refused */
-extern char Enetunreach[]; /* network unreachable */
extern char Eintr[]; /* interrupted */
-extern char Eneedservice[]; /* service required for tcp/udp/il calls */
extern char Enomem[]; /* kernel allocate failed */
extern char Enoswap[]; /* swap space full */
-extern char Esfnotcached[]; /* subfont not cached */
extern char Esoverlap[]; /* segments overlap */
extern char Emouseset[]; /* mouse type already set */
extern char Eshort[]; /* i/o count too small */