diff options
Diffstat (limited to 'editors/libreoffice/files/patch-sal_osl_unx_system.hxx')
-rw-r--r-- | editors/libreoffice/files/patch-sal_osl_unx_system.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/libreoffice/files/patch-sal_osl_unx_system.hxx b/editors/libreoffice/files/patch-sal_osl_unx_system.hxx deleted file mode 100644 index 54fc10daf65e..000000000000 --- a/editors/libreoffice/files/patch-sal_osl_unx_system.hxx +++ /dev/null @@ -1,13 +0,0 @@ ---- sal/osl/unx/system.hxx.orig 2016-10-28 14:50:26 UTC -+++ sal/osl/unx/system.hxx -@@ -106,7 +106,9 @@ - #endif - - #ifdef FREEBSD --# define ETIME ETIMEDOUT -+# ifndef ETIME -+# define ETIME ETIMEDOUT -+# endif - # include <pthread.h> - # include <sys/sem.h> - # include <dlfcn.h> |