diff options
Diffstat (limited to 'editors/libreoffice6/files/patch-sal_osl_unx_uunxapi.cxx')
-rw-r--r-- | editors/libreoffice6/files/patch-sal_osl_unx_uunxapi.cxx | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/editors/libreoffice6/files/patch-sal_osl_unx_uunxapi.cxx b/editors/libreoffice6/files/patch-sal_osl_unx_uunxapi.cxx new file mode 100644 index 000000000000..b69fe52c57bd --- /dev/null +++ b/editors/libreoffice6/files/patch-sal_osl_unx_uunxapi.cxx @@ -0,0 +1,25 @@ +--- sal/osl/unx/uunxapi.cxx.bak 2019-03-23 22:42:30.703590000 -0500 ++++ sal/osl/unx/uunxapi.cxx 2019-03-23 22:46:37.905090000 -0500 +@@ -563,14 +563,22 @@ + case EBFONT: + return "EBFONT"; + #endif ++#ifdef ENOSTR + case ENOSTR: + return "ENOSTR"; ++#endif ++#ifdef ENODATA + case ENODATA: + return "ENODATA"; ++#endif ++#if defined(ETIME) && (!defined(ETIMEDOUT) || ETIME != ETIMEDOUT) + case ETIME: + return "ETIME"; ++#endif ++#ifdef ENOSR + case ENOSR: + return "ENOSR"; ++#endif + #ifdef ENONET + case ENONET: + return "ENONET"; |