maharmstone/ntfs2btrfs

Do not `mmap(2)` disk devices on FreeBSD

Closed this issue · 1 comments

danfe commented

Currently, class memory_map which provides mmap(2)-based access for a device and the code using it are guarded with #ifndef _WIN32. These bits should be excluded on FreeBSD as well (see this discussion which gives some rationale as to why).

Thanks for this - fixed by 1e0115b. Thanks also for adding it to Ports.