From 9e4ed7bcf8cdd5bb613d03e5777ab1dbdfd1a08b Mon Sep 17 00:00:00 2001 From: justin Date: Tue, 4 Nov 2014 00:20:19 +0000 Subject: PR misc/49356 remove unnecessary references to atf-c/config.h The function included via this header is not used and is removed in later versions of atf, so let us avoid it. --- tests/lib/libc/stdlib/t_strtod.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/lib/libc/stdlib') diff --git a/tests/lib/libc/stdlib/t_strtod.c b/tests/lib/libc/stdlib/t_strtod.c index d7ebe1b628b..37c16ce540a 100644 --- a/tests/lib/libc/stdlib/t_strtod.c +++ b/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 , 2006. */ #include -__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 #include @@ -41,7 +41,6 @@ __RCSID("$NetBSD: t_strtod.c,v 1.31 2012/09/26 07:24:38 jruoho Exp $"); #include #include -#include #if defined(__i386__) || defined(__amd64__) || defined(__sparc__) #include -- cgit