On Mar 2, 8:38pm, agcarver+netbsd%acarver.net@localhost (AGC) wrote: -- Subject: Re: ntpd wedged by libc? | On 3/2/2012 05:30, Christos Zoulas wrote: | > On Mar 1, 9:59pm, agcarver+netbsd%acarver.net@localhost (AGC) wrote: | > -- Subject: Re: ntpd wedged by libc? | > | > | The copy I have has a banner reading: | > | | > | /* $NetBSD: misc.c,v 1.4 2008/03/21 23:13:48 christos Exp $ */ | > | | > | The copy I obtained from | > | ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/lib/libc/gdtoa/misc.c | > | (unless this isn't head) | > | | > | Has a header: | > | /* $NetBSD: misc.c,v 1.11 2011/11/21 09:46:19 mlelstv Exp $ */ | > | > Yup, that's the latest. | > Get /usr/src/tests/lib/libc/stdio/t_printf.c and see if the snprintf_float | > test leaks for you. | | # gcc -o t_printf t_printf.c | t_printf.c: In function 'atfu_snprintf_float_body': | t_printf.c:129: error: 'for' loop initial declaration used outside C99 mode gcc -std=c99 -o t_printf t_printf.c christos