summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file_error_transl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/file_error_transl.cxx')
-rw-r--r--sal/osl/unx/file_error_transl.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/osl/unx/file_error_transl.cxx b/sal/osl/unx/file_error_transl.cxx
index 54b19ce10a9f..f8910289456b 100644
--- a/sal/osl/unx/file_error_transl.cxx
+++ b/sal/osl/unx/file_error_transl.cxx
@@ -155,8 +155,10 @@ oslFileError oslTranslateFileError(int Errno)
return osl_File_E_MULTIHOP;
#endif /* MACOSX */
+#if !defined(HAIKU)
case EUSERS:
return osl_File_E_USERS;
+#endif
case EOVERFLOW:
return osl_File_E_OVERFLOW;