Added EIDRM & ENOMSG errno in translation table.

This commit is contained in:
sos 1998-04-13 17:52:41 +00:00
parent ca4ad743cf
commit de5804bdbb

View File

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