From 21f66b84fa9fab83c5fd11e104c7d095e4918f23 Mon Sep 17 00:00:00 2001 From: tedu Date: Thu, 4 Sep 2003 02:57:22 +0000 Subject: dummy xattr syscalls. ok deraadt@ --- sys/compat/linux/linux_error.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/compat/linux/linux_error.c') diff --git a/sys/compat/linux/linux_error.c b/sys/compat/linux/linux_error.c index 0551a2954ea..085e6dbef8d 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.2 1996/04/17 05:23:45 mickey Exp $ */ +/* $OpenBSD: linux_error.c,v 1.3 2003/09/04 02:57:22 tedu Exp $ */ /* $NetBSD: linux_error.c,v 1.2 1995/04/22 19:48:32 christos Exp $ */ /* @@ -117,7 +117,8 @@ int linux_error[] = { -LINUX_ENOSYS, /* not mapped (EFTYPE) */ -LINUX_ENOSYS, /* not mapped (EAUTH) */ -LINUX_ENOSYS, /* not mapped (ENEEDAUTH) */ - -LINUX_ENOSYS, /* not mapped (ELAST) */ + -LINUX_ENOSYS, /* not mapped (EIPSEC) */ + -LINUX_EOPNOTSUPP, /* what is ENOATTR? */ /* * The rest of the list consists of errors that only -- cgit v1.2.3-59-g8ed1b