mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
MFC r326282: (by fsu)
Remap ENOATTR to ENODATA in the linuxulator. In the linux ENOADATA is frequently #defined as ENOATTR. The change is required for an xattrs support implementation.
This commit is contained in:
parent
55dc07245b
commit
4173b7bb35
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=326814
@ -147,7 +147,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
|
||||
};
|
||||
|
||||
|
@ -146,7 +146,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
|
||||
};
|
||||
|
||||
|
@ -145,7 +145,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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user