]> git.ipfire.org Git - thirdparty/libarchive.git/commit
tar/write.h: Support `sys/xattr.h` (#2335) 2344/head
authorMichał Górny <mgorny@gentoo.org>
Sat, 21 Sep 2024 02:44:06 +0000 (04:44 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Sep 2024 02:44:06 +0000 (19:44 -0700)
commitfa7e9cd7cbcd41386c30cc75a706805dd4e42716
tree6bddfb7886d2ee83ddf9c12b5866bd0afb73b961
parent7c3980367e79c3f89e9ba595bbe67b3983b26215
tar/write.h: Support `sys/xattr.h` (#2335)

Synchronize the last use of `attr/xattr.h` to support using
`sys/xattr.h` instead. The former header is deprecated on GNU/Linux, and
this replacement makes it possible to build libarchive without the
`attr` package.
tar/write.c