]> git.ipfire.org Git - thirdparty/libarchive.git/commit
archive_entry: use the proper define for mode_t 1354/head
authorSteve Lhomme <robux4@ycbcr.xyz>
Fri, 27 Mar 2020 15:26:07 +0000 (16:26 +0100)
committerSteve Lhomme <robux4@ycbcr.xyz>
Thu, 2 Apr 2020 14:01:45 +0000 (16:01 +0200)
commit32da100ff5e5d51cff3583fda8e2c79cf9080e62
treeb45dc01423a73240a0738743f8eb9e0dcbb89f22
parentf001f3b0e6a66a7eb989ed3783791c0316831202
archive_entry: use the proper define for mode_t

This is the define set in archive_entry.h to use the right mode_t type per
platform. "mode_t" may not be available at all.

This is also how these functions are declared in archive_entry.h
libarchive/archive_entry.c