aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/xdr/xdr_float.c
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2002-02-23 19:05:26 +0000
committerJake Burkholder <jake@FreeBSD.org>2002-02-23 19:05:26 +0000
commitdfca860bfcdfdfe424be540857800815ffd8d765 (patch)
tree414b528f1194e843bc145a3f25f70d3d2749244e /lib/libc/xdr/xdr_float.c
parent3b16ee2c6ccab8df1dabfb80246e7f42dd8abce0 (diff)
Add ifdefs for sparc64.
Notes
Notes: svn path=/head/; revision=91161
Diffstat (limited to 'lib/libc/xdr/xdr_float.c')
-rw-r--r--lib/libc/xdr/xdr_float.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/xdr/xdr_float.c b/lib/libc/xdr/xdr_float.c
index 024888f834a1..0e5e9887dc19 100644
--- a/lib/libc/xdr/xdr_float.c
+++ b/lib/libc/xdr/xdr_float.c
@@ -64,7 +64,7 @@ static char *rcsid = "$FreeBSD$";
#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
defined(__arm32__) || defined(__ppc__) || defined(__ia64__) || \
- defined(__arm26__)
+ defined(__arm26__) || defined(__sparc64__)
#include <machine/endian.h>
#define IEEEFP
#endif