From f587fe41e55b551e9c313d912cf80c0d6050149b Mon Sep 17 00:00:00 2001 From: Jorrit Herder Date: Wed, 5 Oct 2005 09:52:54 +0000 Subject: [PATCH] Changed EDEADDST to EDEADSRCDST --- include/errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/errno.h b/include/errno.h index 129d103cf..28cec0d84 100755 --- a/include/errno.h +++ b/include/errno.h @@ -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 */