Changed EDEADDST to EDEADSRCDST
This commit is contained in:
parent
32c05f45c6
commit
f587fe41e5
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ extern int errno; /* place where the error numbers go */
|
|||
#define EBADCALL (_SIGN 102) /* illegal system call number */
|
||||
#define EBADSRCDST (_SIGN 103) /* bad source or destination process */
|
||||
#define ECALLDENIED (_SIGN 104) /* no permission for system call */
|
||||
#define EDEADDST (_SIGN 105) /* send destination is not alive */
|
||||
#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 EDONTREPLY (_SIGN 201) /* pseudo-code: don't send a reply */
|
||||
|
|
Loading…
Reference in a new issue