]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main, res, tests: Fix compilation errors on FreeBSD.
authorNaveen Albert <asterisk@phreaknet.org>
Sun, 29 Sep 2024 13:26:10 +0000 (09:26 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 14 Nov 2024 20:01:00 +0000 (20:01 +0000)
commit2e3879a609e2a6f33863db3914b706dd1517e755
tree0d009ed1bc452774642a1bb29ffed2d9b3fb9571
parent1efa7b87b8840d4b955ee14c780dff7408b7916b
main, res, tests: Fix compilation errors on FreeBSD.

asterisk.c, manager.c: Increase buffer sizes to avoid truncation warnings.
config.c: Include header file for WIFEXITED/WEXITSTATUS macros.
res_timing_kqueue: Use more portable format specifier.
test_crypto: Use non-linux limits.h header file.

Resolves: #916
(cherry picked from commit c807f392670953422b704679aeeff2cc87881faa)
main/asterisk.c
main/config.c
main/manager.c
res/res_timing_kqueue.c
tests/test_crypto.c