Translate ENOATTR properly. That seemed to be all that kept FreeBSD extattr support from working.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27351 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -123,6 +123,9 @@ init_error_map()
|
||||
ADD_ERROR(ELOOP);
|
||||
ADD_ERROR(ENOEXEC);
|
||||
ADD_ERROR(EPIPE);
|
||||
#ifdef ENOATTR
|
||||
ADD_ERROR(ENOATTR);
|
||||
#endif
|
||||
|
||||
sErrorMapsInitialized = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user