]> Zhao Yanbai Git Server - minix.git/commitdiff
Changed EDEADDST to EDEADSRCDST
authorJorrit Herder <jnherder@minix3.org>
Wed, 5 Oct 2005 09:52:54 +0000 (09:52 +0000)
committerJorrit Herder <jnherder@minix3.org>
Wed, 5 Oct 2005 09:52:54 +0000 (09:52 +0000)
include/errno.h

index 129d103cf3dd25dde49d229de0aca1ec6a3c83f4..28cec0d84a3e5449c2a6ba656674e6ee2ea4eb15 100755 (executable)
@@ -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 */