From e8994fe1d132bad22930061f882c1d433eb7757f Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Fri, 24 Mar 2000 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2000-03-24 --- port/error.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/port/error.h b/port/error.h index 61139ea5a5c0cbb24e73fc828f6af5506de47e6b..3306d9ad86f91582d51df88f042abea15f935468 100644 --- a/port/error.h +++ b/port/error.h @@ -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 */