]> git.ipfire.org Git - thirdparty/libarchive.git/commit
fix `archive_entry_set_mode` & `archive_entry_set_perm` 2942/head
authorBenoit Pierre <benoit.pierre@gmail.com>
Sat, 21 Mar 2026 11:36:09 +0000 (12:36 +0100)
committerBenoit Pierre <benoit.pierre@gmail.com>
Thu, 16 Apr 2026 18:15:27 +0000 (20:15 +0200)
commitf30d7fe833e891337df17089ac0e5dda8feb4ddb
tree65e3018e5b4d1089b922128e0ccce9ffcdf94f17
parent6d9dddbab1200fbe86bb3ed2e2ed2c02cd7716b1
fix `archive_entry_set_mode` & `archive_entry_set_perm`

Match the prototypes in `archive_entry.h`: use `__LA_MODE_T` (which is not always an alias for `mode_t`).
libarchive/archive_entry.c