aboutsummaryrefslogtreecommitdiff
path: root/sunrpc/xdr_float.c
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/xdr_float.c')
-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 2e1e37f..0a7d970 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