]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Tue, 1 Oct 2024 14:22:46 +0000 (14:22 +0000)
commitf415e313b4367e740d4c412b60fb9ec86ba00e04
tree263333152f0143af76584c8945051c618e397c0e
parentec2e26cfe77b93ac93203ec5ee7d4a237e72de2c
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
main/asterisk.c
main/config.c
main/manager.c
res/res_timing_kqueue.c
tests/test_crypto.c