diff options
Diffstat (limited to 'src/lib/libc/stdlib/ecvt.c')
| -rw-r--r-- | src/lib/libc/stdlib/ecvt.c | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/src/lib/libc/stdlib/ecvt.c b/src/lib/libc/stdlib/ecvt.c index 03ff918967..4562e309e8 100644 --- a/src/lib/libc/stdlib/ecvt.c +++ b/src/lib/libc/stdlib/ecvt.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ecvt.c,v 1.7 2009/10/16 12:15:03 martynas Exp $ */ | 1 | /* $OpenBSD: ecvt.c,v 1.8 2013/11/01 19:05:11 guenther Exp $ */ | 
| 2 | 2 | ||
| 3 | /* | 3 | /* | 
| 4 | * Copyright (c) 2002, 2006 Todd C. Miller <Todd.Miller@courtesan.com> | 4 | * Copyright (c) 2002, 2006 Todd C. Miller <Todd.Miller@courtesan.com> | 
| @@ -23,9 +23,8 @@ | |||
| 23 | #include <stdio.h> | 23 | #include <stdio.h> | 
| 24 | #include <stdlib.h> | 24 | #include <stdlib.h> | 
| 25 | #include <string.h> | 25 | #include <string.h> | 
| 26 | #include "gdtoa.h" | ||
| 26 | 27 | ||
| 27 | extern char *__dtoa(double, int, int, int *, int *, char **); | ||
| 28 | extern void __freedtoa(char *); | ||
| 29 | static char *__cvt(double, int, int *, int *, int, int); | 28 | static char *__cvt(double, int, int *, int *, int, int); | 
| 30 | 29 | ||
| 31 | static char * | 30 | static char * | 
