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

Make code endianness-agnostic #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

guijan
Copy link

@guijan guijan commented Sep 17, 2024

I did notice some breakage on NetBSD, however, it does not appear to be caused by this PR, as it also happens in the latest master. See #197 for details.

Also fixes compilation on OpenBSD because OpenBSD's endian.h header was
used incorrectly, now the header isn't used on any platform.

Tested by mounting and accessing an exfat USB drive on my OpenBSD 7.5
amd64 desktop (64-bit little-endian) and a NetBSD 10.0 Nintendo Wii
(big-endian 32-bit).
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

Successfully merging this pull request may close these issues.

1 participant