]> 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:48 +0000 (14:22 +0000)
commitc807f392670953422b704679aeeff2cc87881faa
treeaa37cabc1dd679b5cc7e6f91bedfdf15ae3ac9ac
parent8f82b8cfc1ad9e701c47b9905772b70b963016ae
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