From: Jorrit Herder Date: Wed, 5 Oct 2005 09:52:54 +0000 (+0000) Subject: Changed EDEADDST to EDEADSRCDST X-Git-Tag: v3.1.2a~664 X-Git-Url: http://zhaoyanbai.com/repos/README?a=commitdiff_plain;h=f587fe41e55b551e9c313d912cf80c0d6050149b;p=minix.git Changed EDEADDST to EDEADSRCDST --- 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 */