about summary refs log tree commit diff
path: root/sunrpc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-11 23:52:07 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-11 23:52:07 +0000
commit0d57f6957019317183e9e6d82dd587dc7bde48bf (patch)
tree424fba396d97fde8b89ed6819f0122c3d0ecd5f2 /sunrpc
parentacf47bbeebc8ceefe62bb13325e03080bbeed74c (diff)
downloadglibc-0d57f6957019317183e9e6d82dd587dc7bde48bf.tar.gz
glibc-0d57f6957019317183e9e6d82dd587dc7bde48bf.tar.xz
glibc-0d57f6957019317183e9e6d82dd587dc7bde48bf.zip
Update.
1999-10-10  Philip Blundell  <philb@gnu.org>

	* sunrpc/xdr_float.c (LSW): Depend on __FLOAT_WORD_ORDER not
	__BYTE_ORDER.
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/xdr_float.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/xdr_float.c b/sunrpc/xdr_float.c
index 2e1e37f0a2..0a7d9707d5 100644
--- a/sunrpc/xdr_float.c
+++ b/sunrpc/xdr_float.c
@@ -52,7 +52,7 @@ static char sccsid[] = "@(#)xdr_float.c 1.12 87/08/11 Copyr 1984 Sun Micro";
  * This routine works on Suns (Sky / 68000's) and Vaxen.
  */
 
-#define LSW	(__BYTE_ORDER == __BIG_ENDIAN)
+#define LSW	(__FLOAT_WORD_ORDER == __BIG_ENDIAN)
 
 #ifdef vax