diff options
author | gvf <gvf@cvs.openbsd.org> | 1997-02-21 19:35:34 +0000 |
---|---|---|
committer | gvf <gvf@cvs.openbsd.org> | 1997-02-21 19:35:34 +0000 |
commit | 62bcf0c332fe463c1da83a755c0dc9d783c62854 (patch) | |
tree | 644a65b3d5d01d59bfff4d6c4399e64d58eb9f62 | |
parent | 169a3a38b5770ca40da4d8d5b11d5645f22498f0 (diff) |
sync to __powerpc__
-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 1f776664331..6449645bc1e 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.5 1996/12/21 21:08:17 rahnds Exp $"; +static char *rcsid = "$OpenBSD: xdr_float.c,v 1.6 1997/02/21 19:35:33 gvf Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -54,7 +54,7 @@ static char *rcsid = "$OpenBSD: xdr_float.c,v 1.5 1996/12/21 21:08:17 rahnds Exp #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \ - defined(__arm32__) || defined(__ppc__) + defined(__arm32__) || defined(__powerpc__) #include <machine/endian.h> #define IEEEFP #endif |