]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Silently ignore lchmod failure in when not supported 82/head
authorRomain Fliedel <rfliedel@freebox.fr>
Fri, 20 Jun 2014 13:45:09 +0000 (15:45 +0200)
committerRomain Fliedel <rfliedel@freebox.fr>
Fri, 20 Jun 2014 13:45:09 +0000 (15:45 +0200)
commit65fe1034c3833e990a72396dd01bac6618acaaf8
tree91cca96afd708d5db94c4d49718079dd5b7b366e
parentf684c7d91fb46077ec92fb980bb319dd24c433c9
Silently ignore lchmod failure in when not supported

lchmod might be defined but not supported by the platform,
(this is the case with musl implementation of fchmodat) in
this case we can safely ignore the error.
libarchive/archive_write_disk_posix.c