[PATCH 8/9] dix: Remove a weird case of little-endian s390
Adam Jackson
ajax at redhat.com
Wed May 21 12:31:24 PDT 2014
I really don't think this was ever correct, but I'm also not sure what
non-Linux Unix this was meant to enable. The only one I know of was
OS/390 / z/OS / OpenEdition, but I think that was big-endian too.
At any rate this is all about to go away, so this is just removing an
edge case.
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
include/servermd.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/servermd.h b/include/servermd.h
index 8d9c24f..b854b7a 100644
--- a/include/servermd.h
+++ b/include/servermd.h
@@ -162,8 +162,7 @@ SOFTWARE.
#if defined(SVR4) && (defined(__i386__) || defined(__i386) ) || \
defined(__alpha__) || defined(__alpha) || \
- defined(__i386__) || \
- defined(__s390x__) || defined(__s390__)
+ defined(__i386__)
#ifndef IMAGE_BYTE_ORDER
#define IMAGE_BYTE_ORDER LSBFirst
--
1.9.0
More information about the xorg-devel
mailing list