]> git.ipfire.org Git - thirdparty/libarchive.git/commit
SIGRTMAX doesn't exist on all systems, so compute the largest used
authorJoerg Sonnenberger <joerg@bec.de>
Tue, 21 Jun 2016 13:21:20 +0000 (15:21 +0200)
committerJoerg Sonnenberger <joerg@bec.de>
Tue, 21 Jun 2016 13:21:20 +0000 (15:21 +0200)
commit4cdc276b602d70acd995414ea444cacbc33cb021
tree97a49cc1c6500496f19eca85506652b68f642c82
parentf593e0385a6ebe928ea4864beff2dc694e1720d2
SIGRTMAX doesn't exist on all systems, so compute the largest used
signal number. Don't bother with dynamically allocating the array, just
use a static array instead. Fix ctype use.
libarchive_fe/passphrase.c