blob: 1ebd63157a4013b538ff8efdc011ca196521e0d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- 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
|