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:
Ingo Weinhold
2008-09-07 01:07:45 +00:00
parent b360cc7f00
commit 6d915a4d4c
+3
View File
@@ -123,6 +123,9 @@ init_error_map()
ADD_ERROR(ELOOP);
ADD_ERROR(ENOEXEC);
ADD_ERROR(EPIPE);
#ifdef ENOATTR
ADD_ERROR(ENOATTR);
#endif
sErrorMapsInitialized = true;
}