summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedor Uporov <fsu@FreeBSD.org>2017-11-28 16:25:46 +0000
committerFedor Uporov <fsu@FreeBSD.org>2017-11-28 16:25:46 +0000
commitbf7fa6b4ca945641939d6a85996cf64dd6d80286 (patch)
treef4b7234fb1b61834a7fee960f261d8bc30c172ae
parent27879b9a70b76edcb5d4cc72f4f739c985708eb0 (diff)
Notes
-rw-r--r--lib/libsysdecode/errno.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsysdecode/errno.c b/lib/libsysdecode/errno.c
index 9f404e0af0b2..512b76d0e0d6 100644
--- a/lib/libsysdecode/errno.c
+++ b/lib/libsysdecode/errno.c
@@ -53,7 +53,7 @@ static int bsd_to_linux_errno[ELAST + 1] = {
-100,-101,-102,-103,-104,-105,-106,-107,-108,-109,
-110,-111, -40, -36,-112,-113, -39, -11, -87,-122,
-116, -66, -6, -6, -6, -6, -6, -37, -38, -9,
- -6, -6, -43, -42, -75,-125, -84, -95, -16, -74,
+ -6, -6, -43, -42, -75,-125, -84, -61, -16, -74,
-72, -67, -71
};
#endif