From 7f23b8efefe0cd8b7ac392369b092ce2caab7f79 Mon Sep 17 00:00:00 2001 From: Simon Schubert Date: Thu, 27 Jul 2006 00:43:17 +0000 Subject: [PATCH] This is suitable for amd64 as well --- lib/libc/xdr/xdr_float.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/xdr/xdr_float.c b/lib/libc/xdr/xdr_float.c index 971a8ce90a..f6c6e609cc 100644 --- a/lib/libc/xdr/xdr_float.c +++ b/lib/libc/xdr/xdr_float.c @@ -29,7 +29,7 @@ * @(#)xdr_float.c 1.12 87/08/11 Copyr 1984 Sun Micro * @(#)xdr_float.c 2.1 88/07/29 4.0 RPCSRC * $FreeBSD: src/lib/libc/xdr/xdr_float.c,v 1.7 1999/08/28 00:02:55 peter Exp $ - * $DragonFly: src/lib/libc/xdr/xdr_float.c,v 1.5 2005/12/05 00:47:57 swildner Exp $ + * $DragonFly: src/lib/libc/xdr/xdr_float.c,v 1.6 2006/07/27 00:43:17 corecode Exp $ */ /* @@ -55,7 +55,7 @@ #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ defined(__mips__) || defined(__ns32k__) || defined(__arm32__) || \ - defined(__ppc__) + defined(__ppc__) || defined(__amd64__) #include #define IEEEFP #endif -- 2.41.0