diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libc/stdlib/strtod.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/strtod.c b/src/lib/libc/stdlib/strtod.c index 57db3d42b1..2fb5caed10 100644 --- a/src/lib/libc/stdlib/strtod.c +++ b/src/lib/libc/stdlib/strtod.c  | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | /* $OpenBSD: strtod.c,v 1.3 1996/07/27 10:45:23 deraadt Exp $ */ | ||
| 2 | /* $NetBSD: strtod.c,v 1.21.4.1 1996/07/20 01:14:54 jtc Exp $ */ | ||
| 3 | |||
| 4 | /**************************************************************** | 1 | /**************************************************************** | 
| 5 | * | 2 | * | 
| 6 | * The author of this software is David M. Gay. | 3 | * The author of this software is David M. Gay. | 
| @@ -93,7 +90,7 @@ | |||
| 93 | */ | 90 | */ | 
| 94 | 91 | ||
| 95 | #if defined(LIBC_SCCS) && !defined(lint) | 92 | #if defined(LIBC_SCCS) && !defined(lint) | 
| 96 | static char *rcsid = "$OpenBSD: strtod.c,v 1.3 1996/07/27 10:45:23 deraadt Exp $"; | 93 | static char *rcsid = "$OpenBSD: strtod.c,v 1.4 1996/08/19 08:33:50 tholo Exp $"; | 
| 97 | #endif /* LIBC_SCCS and not lint */ | 94 | #endif /* LIBC_SCCS and not lint */ | 
| 98 | 95 | ||
| 99 | #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ | 96 | #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ | 
