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

freebsd: Correctly detect FreeBSD version #2603

Closed
wants to merge 1 commit into from

Commits on Dec 23, 2021

  1. freebsd: Correctly detect FreeBSD version

    This change removes the CI check that applies to freebsd version cfg.
    This is causing problems where the freebsd version defaults to 11
    when CI is not enabled, some types may be incorrect on a > 11 system,
    and compilation failures ensue.
    
    A concrete example is libc::dev_t. This was defaulting to u32 on my
    FreeBSD 13-STABLE desktop, when it should have been u64. I couldn't
    compile anything that uses libc::devname_r as a result.
    amshafer committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    6bffea8 View commit details
    Browse the repository at this point in the history