summaryrefslogtreecommitdiff
path: root/math/emc2/files/patch-libI77__fio.h
blob: 83cd08d3a14ac5228b4ef0b9d9266f72312c4df0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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