Added EIDRM & ENOMSG errno in translation table.

This commit is contained in:
Søren Schmidt 1998-04-13 17:52:41 +00:00
parent 958a082931
commit 0c7843d922
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35179

View file

@ -114,5 +114,7 @@ int bsd_to_ibcs2_errno[] = {
0, /* 79 */
0, /* 80 */
0, /* 81 */
IBCS2_EIDRM, /* 82 */
IBCS2_ENOMSG, /* 83 */
};