summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-07-21 10:06:52 -0400
committerKeith Packard <keithp@keithp.com>2014-07-24 16:46:45 -0700
commit860cd209679a2e56460977882b3b3826ddcb8710 (patch)
tree069025c991a6d612dca98a32bf75eb73339410fd
parentf593d76de76a645e29af5dd457ad1fd5a30736cc (diff)
dix: Remove a weird case of little-endian s390
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@redhat.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--include/servermd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/servermd.h b/include/servermd.h
index a544ce598..dd1da7d4a 100644
--- a/include/servermd.h
+++ b/include/servermd.h
@@ -167,8 +167,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