mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Diff reduce with upstream post-accepted contributions
This commit is contained in:
parent
81e7d81dc3
commit
e0940c61c2
2 changed files with 0 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue