diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-03-25 17:07:41 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-03-25 17:07:41 +0000 |
commit | 330baa486619395a6eecd49fd0b11d82e85e7ee4 (patch) | |
tree | 66570ef31f25b716ea03ca18d95906546fb29866 /lib/libc/rpc | |
parent | 4365bb59c3447d65284b2b1adcabb62cc688ad38 (diff) |
Ok here is the mvme88k userland, minus a few important pieces.
as, ld change need to be merged. It is known that shared libraries and C++
do not work.
If anyone wants to step forward and take over the mvme88k port please do.
It was dumped on me when the original developer, Nivas, left his previous
job and started a new one.
I am trying to get the port in a shape that someone could take over.
Diffstat (limited to 'lib/libc/rpc')
-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 6449645bc1e..5141130da4f 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.6 1997/02/21 19:35:33 gvf Exp $"; +static char *rcsid = "$OpenBSD: xdr_float.c,v 1.7 1997/03/25 17:07:29 rahnds Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -54,7 +54,7 @@ static char *rcsid = "$OpenBSD: xdr_float.c,v 1.6 1997/02/21 19:35:33 gvf Exp $" #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \ - defined(__arm32__) || defined(__powerpc__) + defined(__arm32__) || defined(__powerpc__) || defined(__m88k__) #include <machine/endian.h> #define IEEEFP #endif |