No more E{SRC,DST}DIED errno's, replaced by EDEADSRCDST.

The callers don't care about the difference and had to check 3 error
codes instead of one.
This commit is contained in:
Ben Gras
2010-03-03 15:47:16 +00:00
parent eedff09bfd
commit adf0b6fb26
5 changed files with 8 additions and 13 deletions
-2
View File
@@ -119,8 +119,6 @@ extern int errno; /* place where the error numbers go */
#define EDEADSRCDST (_SIGN 105) /* source or destination is not alive */
#define ENOTREADY (_SIGN 106) /* source or destination is not ready */
#define EBADREQUEST (_SIGN 107) /* destination cannot handle request */
#define ESRCDIED (_SIGN 108) /* source just died */
#define EDSTDIED (_SIGN 109) /* destination just died */
#define ETRAPDENIED (_SIGN 110) /* IPC trap not allowed */
#define EDONTREPLY (_SIGN 201) /* pseudo-code: don't send a reply */