Wireshark-commits: [Wireshark-commits] master-2.2 57005c1: On Solaris, check for getexecname in CMa
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=57005c1dac3e7953e09666b26082222edaad7316
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
57005c1 by Guy Harris (guy@xxxxxxxxxxxx):
On Solaris, check for getexecname in CMake.
We expect it to be checked for in wsutil/filesystem.c, so we should
check for it. It's a Solarisism, so check for it only on Solaris.
Change-Id: I09104c17d2ec91c74862b63e735c32a9d188f2a6
Reviewed-on: https://code.wireshark.org/review/27351
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit f447aa7dd7f0e36916847b8bb7193fecc42ddc89)
Reviewed-on: https://code.wireshark.org/review/27354
Actions performed:
from b4e7dda Fix function declaration of ws_buffer_length().
adds 57005c1 On Solaris, check for getexecname in CMake.
Summary of changes:
ConfigureChecks.cmake | 14 ++++++++++----
cmakeconfig.h.in | 3 +++
2 files changed, 13 insertions(+), 4 deletions(-)