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

pkg/archive: Use archive_unix.go on FreeBSD #1371

Merged
merged 1 commit into from
Sep 30, 2022

Commits on Sep 29, 2022

  1. pkg/archive: Use archive_unix.go on FreeBSD

    Almost all the code can be shared between Linux, FreeBSD and Darwin with
    the only different in the handling of lchmod. On FreeBSD and Darwin (and
    probably other BSDs) we can access lchmod functionality via
    unix.Fchmodat.
    
    Signed-off-by: Doug Rabson <dfr@rabson.org>
    dfr committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    8cd1f5a View commit details
    Browse the repository at this point in the history