diff options
Diffstat (limited to 'sys/compat/linux/linux_error.c')
-rw-r--r-- | sys/compat/linux/linux_error.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_error.c b/sys/compat/linux/linux_error.c index 1296b349fa5..707669b26d3 100644 --- a/sys/compat/linux/linux_error.c +++ b/sys/compat/linux/linux_error.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_error.c,v 1.4 2007/10/27 22:42:11 miod Exp $ */ +/* $OpenBSD: linux_error.c,v 1.5 2009/10/28 16:38:43 jsg Exp $ */ /* $NetBSD: linux_error.c,v 1.2 1995/04/22 19:48:32 christos Exp $ */ /* @@ -126,5 +126,6 @@ int linux_error[1 + ELAST] = { -LINUX_EOVERFLOW, -LINUX_ENOSYS, /* not mapped (ECANCELED) */ -LINUX_EIDRM, - -LINUX_ENOMSG + -LINUX_ENOMSG, + -LINUX_ENOSYS /* not mapped (ENOTSUP) */ }; |