]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Use uint8_t instead of u_char 1522/head
authorBrad King <brad.king@kitware.com>
Mon, 5 Apr 2021 14:10:48 +0000 (10:10 -0400)
committerBrad King <brad.king@kitware.com>
Mon, 5 Apr 2021 14:10:48 +0000 (10:10 -0400)
commita4e76bdf94c4c3a6fb0d61c7c1fef41e8b35e451
treec1c10e0a8911deb8cacf9a163e53d892fffe7ea1
parentce2aebd2e0640f0b29a730d8fe70cf65ed2f7c28
Use uint8_t instead of u_char

The latter is not a standard type.
libarchive/archive_random.c