summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-04-13 17:52:41 +0000
committersos <sos@FreeBSD.org>1998-04-13 17:52:41 +0000
commitde5804bdbb9a1f74a62cc4be544b6672923b6bf8 (patch)
tree12727ecbb358dc2f4a736c2a295e824739cb0a32 /sys/i386/ibcs2
parentca4ad743cfaefb6f8323dbc4eb7e0eef45da6566 (diff)
downloadFreeBSD-src-de5804bdbb9a1f74a62cc4be544b6672923b6bf8.zip
FreeBSD-src-de5804bdbb9a1f74a62cc4be544b6672923b6bf8.tar.gz
Added EIDRM & ENOMSG errno in translation table.
Diffstat (limited to 'sys/i386/ibcs2')
-rw-r--r--sys/i386/ibcs2/ibcs2_errno.c2
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 */
};
OpenPOWER on IntegriCloud