Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not mmap(2) disk devices on FreeBSD #69

Closed
danfe opened this issue May 5, 2023 · 1 comment
Closed

Do not mmap(2) disk devices on FreeBSD #69

danfe opened this issue May 5, 2023 · 1 comment

Comments

@danfe
Copy link

danfe commented May 5, 2023

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).

@maharmstone
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants