]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Tue, 1 Oct 2024 14:22:53 +0000 (14:22 +0000)
commitd1bba7efc0b4219c77cd6a20e2e7edf98eb9c637
tree379ce6a230ef14767bcf513e22314e5f1c142076
parent5d978ffcce79b6d22d3d0e11dff39398ef01d240
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