summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/xdr_float.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/xdr_float.c')
-rw-r--r--lib/libc/rpc/xdr_float.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/rpc/xdr_float.c b/lib/libc/rpc/xdr_float.c
index 5141130da4f..024b0443618 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.7 1997/03/25 17:07:29 rahnds Exp $";
+static char *rcsid = "$OpenBSD: xdr_float.c,v 1.8 1998/08/28 20:29:51 mickey Exp $";
#endif /* LIBC_SCCS and not lint */
/*
@@ -54,7 +54,8 @@ static char *rcsid = "$OpenBSD: xdr_float.c,v 1.7 1997/03/25 17:07:29 rahnds Exp
#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
- defined(__arm32__) || defined(__powerpc__) || defined(__m88k__)
+ defined(__arm32__) || defined(__powerpc__) || defined(__m88k__) || \
+ defined(__hppa__)
#include <machine/endian.h>
#define IEEEFP
#endif