From 6a9d02491ac0b2f68f46547dcfa4a47690d156ee Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Thu, 8 May 2003 18:08:11 +0000 Subject: Fix breakage and remove redundant _LITTLE_ENDIAN defines. Remove unneeded include defines. --- .../files/patch-sal+osl+unx+system.h | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'editors/openoffice-1.1-devel/files/patch-sal+osl+unx+system.h') diff --git a/editors/openoffice-1.1-devel/files/patch-sal+osl+unx+system.h b/editors/openoffice-1.1-devel/files/patch-sal+osl+unx+system.h index 806e8f6c35cb..38de4aa359f0 100644 --- a/editors/openoffice-1.1-devel/files/patch-sal+osl+unx+system.h +++ b/editors/openoffice-1.1-devel/files/patch-sal+osl+unx+system.h @@ -1,6 +1,6 @@ --- ../sal/osl/unx/system.h.orig Tue Aug 20 08:54:55 2002 +++ ../sal/osl/unx/system.h Sat Apr 19 22:09:15 2003 -@@ -203,8 +203,16 @@ +@@ -203,25 +203,25 @@ # include # include # include @@ -12,15 +12,17 @@ +# include +# include +# include -+# include -+# include # include # include # define IORESOURCE_TRANSFER_BSD -@@ -216,12 +224,13 @@ - # elif BYTE_ORDER == PDP_ENDIAN - # define _PDP_ENDIAN - # endif + # include +-# if BYTE_ORDER == LITTLE_ENDIAN +-# define _LITTLE_ENDIAN +-# elif BYTE_ORDER == BIG_ENDIAN +-# define _BIG_ENDIAN +-# elif BYTE_ORDER == PDP_ENDIAN +-# define _PDP_ENDIAN +-# endif -# define sched_yield() pthread_yield() -# define pthread_testcancel() # define NO_PTHREAD_RTL @@ -36,7 +38,7 @@ #endif #ifdef SCO -@@ -569,12 +578,14 @@ +@@ -547,12 +547,14 @@ #endif #ifdef NO_PTHREAD_RTL -- cgit v1.2.3