Sync bsd_to_linux_errno[] table with i386 and amd64 tables in the sys directory.

Additional fix for r326282.

MFC after: 1 week
Approved by: pfg
This commit is contained in:
Fedor Uporov 2017-11-28 16:25:46 +00:00
parent 27879b9a70
commit bf7fa6b4ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326317

View file

@ -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