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: Return ifndef IN_BASE back to fix the build #16808

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 25, 2024

  1. FreeBSD: Return ifndef IN_BASE back to fix the build

    FreeBSD's libprocstat seems to build kernel code in user space,
    which does not work here due to undefined vnode_t.
    
    Signed-off-by:	Alexander Motin <[email protected]>
    Sponsored by:	iXsystems, Inc.
    amotin committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    3779751 View commit details
    Browse the repository at this point in the history
  2. FreeBSD: Remove some illumos compat from vnode.h

    Should make no difference, just some dead code cleanup.
    
    Signed-off-by:	Alexander Motin <[email protected]>
    Sponsored by:	iXsystems, Inc.
    amotin committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c1f95cc View commit details
    Browse the repository at this point in the history