We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788da60 commit e75afb5Copy full SHA for e75afb5
include/sys/zfs_context.h
@@ -130,10 +130,6 @@ extern "C" {
130
131
#include <sys/zfs_context_os.h>
132
133
-#ifdef __FreeBSD__
134
-typedef off_t loff_t;
135
-#endif
136
-
137
#endif /* _KERNEL || _STANDALONE */
138
139
#ifdef __cplusplus
lib/libspl/include/sys/types.h
@@ -50,4 +50,8 @@ typedef int projid_t;
50
51
#include <sys/param.h> /* for NBBY */
52
53
+#ifdef __FreeBSD__
54
+typedef off_t loff_t;
55
+#endif
56
+
57
#endif
0 commit comments