opnsense-ports/misc/free42/files/patch-common_bid__functions.h
Franco Fichtner 0c9a95f076 */*: sync with upstream
Taken from: HardenedBSD
2021-03-26 10:08:06 +01:00

14 lines
302 B
C

--- common/bid_functions.h.orig 2021-03-25 17:43:15 UTC
+++ common/bid_functions.h
@@ -159,11 +159,7 @@ typedef unsigned long fexcept_t;
typedef unsigned bid__int64 fexcept_t;
#endif
#else
-#ifdef __QNX__
#include <fenv.h>
-#else
-typedef unsigned short int fexcept_t;
-#endif
#endif
#endif