diff options
author | 1997-01-09 03:18:58 +0000 | |
---|---|---|
committer | 1997-01-09 03:18:58 +0000 | |
commit | 592c417b814a7a9c8253e3e64efa27f7ee83d20e (patch) | |
tree | 86fbb661adad479f2fad4aeb388954c7d45112c8 /lib/libc/stdlib/strtod.c | |
parent | support resident page count. (diff) | |
download | wireguard-openbsd-592c417b814a7a9c8253e3e64efa27f7ee83d20e.tar.xz wireguard-openbsd-592c417b814a7a9c8253e3e64efa27f7ee83d20e.zip |
port is powerpc not, ppc.
Make the defines so.
Diffstat (limited to 'lib/libc/stdlib/strtod.c')
-rw-r--r-- | lib/libc/stdlib/strtod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtod.c b/lib/libc/stdlib/strtod.c index 002654f8e1d..5ee50867a9d 100644 --- a/lib/libc/stdlib/strtod.c +++ b/lib/libc/stdlib/strtod.c @@ -90,12 +90,12 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strtod.c,v 1.7 1996/12/21 21:14:44 rahnds Exp $"; +static char *rcsid = "$OpenBSD: strtod.c,v 1.8 1997/01/09 03:19:01 rahnds Exp $"; #endif /* LIBC_SCCS and not lint */ #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \ - defined(__ppc__) + defined(__powerpc__) #include <sys/types.h> #if BYTE_ORDER == BIG_ENDIAN #define IEEE_BIG_ENDIAN |