mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Revert t_pow@r312154
This hunk hasn't been accepted yet
This commit is contained in:
parent
1f6a3aa8e5
commit
83e891f222
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@ __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