update errno maps, we now have EIDRM

This commit is contained in:
mikel 1998-02-06 08:26:02 +00:00
parent a5ffacd6cf
commit 4de16acd9c
5 changed files with 10 additions and 11 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibcs2_errno.c,v 1.2 1996/05/03 17:05:16 christos Exp $ */
/* $NetBSD: ibcs2_errno.c,v 1.3 1998/02/06 08:31:53 mikel Exp $ */
/*
* ibcs2_errno.c
@ -116,5 +116,5 @@ int bsd2ibcs_errno[] = {
0, /* 79 */
0, /* 80 */
0, /* 81 */
IBCS2_EIDRM, /* 82 */
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibcs2_error.c,v 1.2 1996/05/03 17:05:16 christos Exp $ */
/* $NetBSD: ibcs2_error.c,v 1.3 1998/02/06 08:31:53 mikel Exp $ */
/*
* ibcs2_errno.c
@ -116,5 +116,5 @@ int bsd2ibcs_errno[] = {
0, /* 79 */
0, /* 80 */
0, /* 81 */
IBCS2_EIDRM, /* 82 */
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_error.c,v 1.2 1995/04/22 19:48:32 christos Exp $ */
/* $NetBSD: linux_error.c,v 1.3 1998/02/06 08:26:02 mikel Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@ -116,7 +116,7 @@ int linux_error[] = {
-LINUX_ENOSYS, /* not mapped (EFTYPE) */
-LINUX_ENOSYS, /* not mapped (EAUTH) */
-LINUX_ENOSYS, /* not mapped (ENEEDAUTH) */
-LINUX_ENOSYS, /* not mapped (ELAST) */
-LINUX_EIDRM,
/*
* The rest of the list consists of errors that only
@ -126,7 +126,6 @@ int linux_error[] = {
*/
-LINUX_ENOMSG,
-LINUX_EIDRM,
-LINUX_ECHRNG,
-LINUX_EL2NSYNC,
-LINUX_EL3HLT,

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_error.c,v 1.2 1995/04/22 19:48:32 christos Exp $ */
/* $NetBSD: linux_error.c,v 1.3 1998/02/06 08:26:02 mikel Exp $ */
/*
* Copyright (c) 1995 Frank van der Linden
@ -116,7 +116,7 @@ int linux_error[] = {
-LINUX_ENOSYS, /* not mapped (EFTYPE) */
-LINUX_ENOSYS, /* not mapped (EAUTH) */
-LINUX_ENOSYS, /* not mapped (ENEEDAUTH) */
-LINUX_ENOSYS, /* not mapped (ELAST) */
-LINUX_EIDRM,
/*
* The rest of the list consists of errors that only
@ -126,7 +126,6 @@ int linux_error[] = {
*/
-LINUX_ENOMSG,
-LINUX_EIDRM,
-LINUX_ECHRNG,
-LINUX_EL2NSYNC,
-LINUX_EL3HLT,

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_error.c,v 1.2 1994/11/18 02:53:41 christos Exp $ */
/* $NetBSD: svr4_error.c,v 1.3 1998/02/06 08:26:06 mikel Exp $ */
/*
* Copyright (c) 1994 Christos Zoulas
@ -117,4 +117,5 @@ int svr4_error[] = {
SVR4_EFTYPE,
SVR4_EAUTH,
SVR4_ENEEDAUTH,
SVR4_EIDRM,
};