opnsense-ports/math/freemat/files/patch-libs__libFN__fdlibm.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

17 lines
439 B
C

--- ./libs/libFN/fdlibm.h.orig 2009-11-14 19:26:54.000000000 -0500
+++ ./libs/libFN/fdlibm.h 2009-11-14 19:27:53.000000000 -0500
@@ -11,13 +11,11 @@
*/
/* REDHAT LOCAL: Include files. */
+#include <stdarg.h>
#include <math.h>
//#include <sys/types.h>
//#include <machine/ieeefp.h>
-typedef __int32 __int32_t;
-typedef unsigned __int32 __uint32_t;
-
#define __IEEE_LITTLE_ENDIAN
/* REDHAT LOCAL: Default to XOPEN_MODE. */