aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-04-30 19:32:25 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-04-30 19:32:25 +0000
commitf7f1bb1485525f5c604997d5177b8dbeb9a1536e (patch)
tree2d38f6de64e07ca333c666e7b0edaac63798154e /lib
parent5aed8cd5f6607020951cc59a2833fc7672b2c93f (diff)
Notes
Diffstat (limited to 'lib')
-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 4c45fff9d6f9f..2dd97ad96690d 100644
--- a/lib/libc/xdr/xdr_float.c
+++ b/lib/libc/xdr/xdr_float.c
@@ -64,7 +64,7 @@ __FBSDID("$FreeBSD$");
#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
defined(__arm32__) || defined(__ppc__) || defined(__ia64__) || \
- defined(__arm26__) || defined(__sparc64__)
+ defined(__arm26__) || defined(__sparc64__) || defined(__amd64__)
#include <machine/endian.h>
#define IEEEFP
#endif