opnsense-ports/math/emc2/files/patch-libI77__fio.h
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

15 lines
234 B
C

--- libI77/fio.h.orig 1999-11-09 14:58:43 UTC
+++ libI77/fio.h
@@ -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