diff --git a/sys/i386/ibcs2/ibcs2_errno.c b/sys/i386/ibcs2/ibcs2_errno.c index fa0586c8d51f..657985926ead 100644 --- a/sys/i386/ibcs2/ibcs2_errno.c +++ b/sys/i386/ibcs2/ibcs2_errno.c @@ -114,5 +114,7 @@ int bsd_to_ibcs2_errno[] = { 0, /* 79 */ 0, /* 80 */ 0, /* 81 */ + IBCS2_EIDRM, /* 82 */ + IBCS2_ENOMSG, /* 83 */ };