Whamcloud - gitweb
LU-4209 utils: fix O_TMPFILE/O_LOV_DELAY_CREATE conflict
[fs/lustre-release.git] / libcfs / include / libcfs / darwin / darwin-fs.h
index 9f71d6a..177f7d0 100644 (file)
@@ -81,9 +81,9 @@
  * Kernel file descriptor
  */
 struct file {
-        int             f_flags;
-        vnode_t         f_vp;
-        vfs_context_t   f_ctxt;
+       unsigned        f_flags;
+       vnode_t         f_vp;
+       vfs_context_t   f_ctxt;
 };
 #endif