sgan81 / apfs-fuse

FUSE driver for APFS (Apple File System)
GNU General Public License v2.0
1.78k stars 164 forks source link

fixing build on macOS 10.13 #68

Open dlemper opened 6 years ago

dlemper commented 6 years ago

with these changes, I was able to build this fuse driver under macOS 10.13.

The variables are defined in /usr/include/sys/stat.h as defines and this collides with the enum in this code.