opnsense-ports/math/emc2/files/patch-libI77__fio.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

15 lines
260 B
C

--- libI77/fio.h.orig Tue Nov 9 15:58:43 1999
+++ libI77/fio.h Tue Dec 16 23:53:43 2003
@@ -17,6 +17,12 @@
#endif
#endif
+#ifdef __FreeBSD__
+#ifndef NON_UNIX_STDIO
+#define NON_UNIX_STDIO
+#endif
+#endif
+
#ifdef UIOLEN_int
typedef int uiolen;
#else