main, res, tests: Fix compilation errors on FreeBSD.#917
Conversation
|
REMINDER: If this PR applies to other branches, please add a comment with the appropriate "cherry-pick-to" headers as per the Create a Pull Request process. If you don't want it cherry-picked, please add a comment with If, after adding "cherry-pick-to" comments, you change your mind, please edit the comment to DELETE the header lines and add The currently active branches are now 18, 20, 21, 22 and master. |
|
cherry-pick-to: 18 |
seanbright
left a comment
There was a problem hiding this comment.
There is also a typo in your commit message: WEXISTSTATUS should be WEXITSTATUS.
2c90a6c to
5fb1060
Compare
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: asterisk#916
5fb1060 to
8ea91e4
Compare
|
Successfully merged to branch master and cherry-picked to ["18","20","21","22"] |
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