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

Commits on Sep 17, 2024

  1. Make code endianness-agnostic

    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).
    guijan committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    31d7c97 View commit details
    Browse the repository at this point in the history