summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/libm
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-11-04 05:02:22 +0000
committerngie <ngie@FreeBSD.org>2014-11-04 05:02:22 +0000
commit0b5b6ee46beea4111d36dc2578e49745b3073e9a (patch)
tree5e93cb2e5de8e8ed0944625e707c6560b08278c8 /contrib/netbsd-tests/lib/libm
parent33de25d4a2679fe2d407a048ec3616e1dd115613 (diff)
downloadFreeBSD-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/libm')
-rw-r--r--contrib/netbsd-tests/lib/libm/t_ldexp.c5
-rw-r--r--contrib/netbsd-tests/lib/libm/t_log.c5
-rw-r--r--contrib/netbsd-tests/lib/libm/t_precision.c5
3 files changed, 6 insertions, 9 deletions
diff --git a/contrib/netbsd-tests/lib/libm/t_ldexp.c b/contrib/netbsd-tests/lib/libm/t_ldexp.c
index 9dd001d..eaf8a4b 100644
--- a/contrib/netbsd-tests/lib/libm/t_ldexp.c
+++ b/contrib/netbsd-tests/lib/libm/t_ldexp.c
@@ -1,4 +1,4 @@
-/* $NetBSD: t_ldexp.c,v 1.13 2014/03/12 21:40:07 martin Exp $ */
+/* $NetBSD: t_ldexp.c,v 1.14 2014/11/04 00:20:19 justin Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,12 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_ldexp.c,v 1.13 2014/03/12 21:40:07 martin Exp $");
+__RCSID("$NetBSD: t_ldexp.c,v 1.14 2014/11/04 00:20:19 justin Exp $");
#include <sys/param.h>
#include <atf-c.h>
-#include <atf-c/config.h>
#include <math.h>
#include <limits.h>
diff --git a/contrib/netbsd-tests/lib/libm/t_log.c b/contrib/netbsd-tests/lib/libm/t_log.c
index de5a1c6..0164233 100644
--- a/contrib/netbsd-tests/lib/libm/t_log.c
+++ b/contrib/netbsd-tests/lib/libm/t_log.c
@@ -1,4 +1,4 @@
-/* $NetBSD: t_log.c,v 1.11 2014/03/03 10:39:08 martin Exp $ */
+/* $NetBSD: t_log.c,v 1.12 2014/11/04 00:20:19 justin Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,10 +29,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_log.c,v 1.11 2014/03/03 10:39:08 martin Exp $");
+__RCSID("$NetBSD: t_log.c,v 1.12 2014/11/04 00:20:19 justin Exp $");
#include <atf-c.h>
-#include <atf-c/config.h>
#include <math.h>
#include <stdio.h>
diff --git a/contrib/netbsd-tests/lib/libm/t_precision.c b/contrib/netbsd-tests/lib/libm/t_precision.c
index 390be9d..777666f 100644
--- a/contrib/netbsd-tests/lib/libm/t_precision.c
+++ b/contrib/netbsd-tests/lib/libm/t_precision.c
@@ -1,4 +1,4 @@
-/* $NetBSD: t_precision.c,v 1.1 2013/11/11 11:10:45 joerg Exp $ */
+/* $NetBSD: t_precision.c,v 1.2 2014/11/04 00:20:19 justin Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -29,10 +29,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_precision.c,v 1.1 2013/11/11 11:10:45 joerg Exp $");
+__RCSID("$NetBSD: t_precision.c,v 1.2 2014/11/04 00:20:19 justin Exp $");
#include <atf-c.h>
-#include <atf-c/config.h>
#include <float.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud