diff options
author | ngie <ngie@FreeBSD.org> | 2014-11-04 05:02:22 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2014-11-04 05:02:22 +0000 |
commit | 0b5b6ee46beea4111d36dc2578e49745b3073e9a (patch) | |
tree | 5e93cb2e5de8e8ed0944625e707c6560b08278c8 /contrib/netbsd-tests/lib/libc/stdlib | |
parent | 33de25d4a2679fe2d407a048ec3616e1dd115613 (diff) | |
download | FreeBSD-src-0b5b6ee46beea4111d36dc2578e49745b3073e9a.zip FreeBSD-src-0b5b6ee46beea4111d36dc2578e49745b3073e9a.tar.gz |
Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after atf-c/config.h
was removed from the build
Pointyhat to: me (again, for not running make delete-old after running test builds)
Diffstat (limited to 'contrib/netbsd-tests/lib/libc/stdlib')
-rw-r--r-- | contrib/netbsd-tests/lib/libc/stdlib/t_strtod.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/netbsd-tests/lib/libc/stdlib/t_strtod.c b/contrib/netbsd-tests/lib/libc/stdlib/t_strtod.c index a449abc..8f0f899 100644 --- a/contrib/netbsd-tests/lib/libc/stdlib/t_strtod.c +++ b/contrib/netbsd-tests/lib/libc/stdlib/t_strtod.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_strtod.c,v 1.31 2012/09/26 07:24:38 jruoho Exp $ */ +/* $NetBSD: t_strtod.c,v 1.32 2014/11/04 00:20:19 justin Exp $ */ /*- * Copyright (c) 2011 The NetBSD Foundation, Inc. @@ -32,7 +32,7 @@ /* Public domain, Otto Moerbeek <otto@drijf.net>, 2006. */ #include <sys/cdefs.h> -__RCSID("$NetBSD: t_strtod.c,v 1.31 2012/09/26 07:24:38 jruoho Exp $"); +__RCSID("$NetBSD: t_strtod.c,v 1.32 2014/11/04 00:20:19 justin Exp $"); #include <errno.h> #include <math.h> @@ -41,7 +41,6 @@ __RCSID("$NetBSD: t_strtod.c,v 1.31 2012/09/26 07:24:38 jruoho Exp $"); #include <string.h> #include <atf-c.h> -#include <atf-c/config.h> #if defined(__i386__) || defined(__amd64__) || defined(__sparc__) #include <fenv.h> |