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

wrap xattr IO functions with DCOPY_USE_XATTRS #583

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

Commits on Aug 22, 2024

  1. wrap xattr IO functions with DCOPY_USE_XATTRS

    The calls to these functions and the imports are wrapped with
    DCOPY_USE_XATTRS so also wrap the mfu_ function definitions since if the
    system library is not included, the sys functions are not defined.
    
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c3cfa2c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. fix ifdef -> if

    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b90f296 View commit details
    Browse the repository at this point in the history