diff options
| author | 2003-09-04 02:57:22 +0000 | |
|---|---|---|
| committer | 2003-09-04 02:57:22 +0000 | |
| commit | 21f66b84fa9fab83c5fd11e104c7d095e4918f23 (patch) | |
| tree | f536812f6171332593964b27eaa1a1ecc3a446bc /sys/compat/linux/linux_error.c | |
| parent | forgot to put w in optstring in last commit. (diff) | |
| download | wireguard-openbsd-21f66b84fa9fab83c5fd11e104c7d095e4918f23.tar.xz wireguard-openbsd-21f66b84fa9fab83c5fd11e104c7d095e4918f23.zip | |
dummy xattr syscalls. ok deraadt@
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 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 |
