Closed GoogleCodeExporter closed 9 years ago
This affects
./usr/src/lib/libzfs/common/libzfs_import.c
./usr/src/lib/libzfs/common/libzfs_util.c
Original comment by alex.ble...@gmail.com
on 19 Jul 2010 at 11:29
I think something like:
#ifdef _DARWIN_FEATURE_64_BIT_INODE
#define stat64 stat
#define fstat64 fstat
#define lstat64 lstat
#endif
in the zfs_context would allow us to get rid of most of the #ifdefs, if this
works.
Original comment by alex.ble...@gmail.com
on 19 Jul 2010 at 11:52
Pushed a fix to
http://github.com/alblue/mac-zfs/commit/73564c331a37c997d73aee418b5ffde2901e4a7d
- however, after compiling it with/without the feature, it seemed to work.
Further testing is still required to see if this indeed fixes the issue, or
whether we should define _DARWIN_FEATURE_64_BIT_INODE at the build time. (May
address some other filesystem time related issues)
Original comment by alex.ble...@gmail.com
on 20 Jul 2010 at 12:05
Original issue reported on code.google.com by
alex.ble...@gmail.com
on 20 Feb 2010 at 3:33