Diff reduce with upstream post-accepted contributions

This commit is contained in:
Enji Cooper 2017-01-14 10:05:26 +00:00
parent 81e7d81dc3
commit e0940c61c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312154
2 changed files with 0 additions and 7 deletions

View File

@ -31,9 +31,6 @@
#include <sys/cdefs.h>
__RCSID("$NetBSD: t_ilogb.c,v 1.7 2017/01/13 19:23:40 christos Exp $");
#ifdef __FreeBSD__
#include <limits.h>
#endif
#include <atf-c.h>
#include <fenv.h>
#include <limits.h>

View File

@ -34,10 +34,6 @@ __RCSID("$NetBSD: t_pow.c,v 1.4 2015/09/08 05:24:27 dholland Exp $");
#include <atf-c.h>
#include <math.h>
#ifdef __FreeBSD__
#define isinff isinf
#endif
/*
* pow(3)
*/