diff options
author | sos <sos@FreeBSD.org> | 1998-04-13 17:52:41 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1998-04-13 17:52:41 +0000 |
commit | de5804bdbb9a1f74a62cc4be544b6672923b6bf8 (patch) | |
tree | 12727ecbb358dc2f4a736c2a295e824739cb0a32 /sys | |
parent | ca4ad743cfaefb6f8323dbc4eb7e0eef45da6566 (diff) | |
download | FreeBSD-src-de5804bdbb9a1f74a62cc4be544b6672923b6bf8.zip FreeBSD-src-de5804bdbb9a1f74a62cc4be544b6672923b6bf8.tar.gz |
Added EIDRM & ENOMSG errno in translation table.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/ibcs2/ibcs2_errno.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/ibcs2/ibcs2_errno.c b/sys/i386/ibcs2/ibcs2_errno.c index fa0586c..6579859 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 */ }; |