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,321992/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 */ 
extern char Eaddrnotfound[];	/* network address not found */ 
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,721992/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 */ 
extern char Enoport[];		/* network port not available */ 
extern char Enetunreach[];	/* network unreachable */ 
extern char Etimedout[];	/* connection timed out */ 
extern char Econrefused[];	/* connection refused */ 
extern char Enoproto[];		/* network protocol not supported */ 
extern char Eprotonosup[];	/* operation not supported by network protocol */ 
extern char Eisstream[];	/* seek on a stream */ 
extern char Enofilsys[];	/* out of filsys resources */ 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)