mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +00:00
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 b939d840db
)
This commit is contained in:
committed by
Asterisk Development Team
parent
cbbd2a6b47
commit
ab79321a29
@@ -44,6 +44,7 @@
|
||||
#include <libgen.h>
|
||||
#include <time.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <math.h> /* HUGE_VAL */
|
||||
#include <regex.h>
|
||||
|
Reference in New Issue
Block a user