diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-01 07:11:25 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-01 07:11:25 +0000 |
commit | 84b57aa94b59898694fc09d0d53a9fed6a966b39 (patch) | |
tree | 8e6eb6e3e67e67fd50a3ccf03ef7a923b0f3350b /lib/libc/rpc/xdr_float.c | |
parent | 55b74808165d35e5303e07c2949752f62db6da38 (diff) |
s/arm32/arm/ with VFP bit to match netbsd.
Diffstat (limited to 'lib/libc/rpc/xdr_float.c')
-rw-r--r-- | lib/libc/rpc/xdr_float.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/xdr_float.c b/lib/libc/rpc/xdr_float.c index 4e691fa7265..93759d8f8c7 100644 --- a/lib/libc/rpc/xdr_float.c +++ b/lib/libc/rpc/xdr_float.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_float.c,v 1.11 2004/01/28 01:51:39 mickey Exp $"; +static char *rcsid = "$OpenBSD: xdr_float.c,v 1.12 2004/02/01 07:11:24 drahn Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -54,7 +54,7 @@ static char *rcsid = "$OpenBSD: xdr_float.c,v 1.11 2004/01/28 01:51:39 mickey Ex #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \ - defined(__arm32__) || defined(__powerpc__) || defined(__m88k__) || \ + defined(__arm__) || defined(__powerpc__) || defined(__m88k__) || \ defined(__hppa__) || defined(__x86_64__) #include <machine/endian.h> #define IEEEFP |