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
1 changed files with 2 additions and 0 deletions

View File

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