Wireshark-commits: [Wireshark-commits] master-2.4 7bc2f74: On Solaris, check for getexecname in CMa
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 05 May 2018 06:01:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7bc2f74e6d0255ed4e445ace0a0a18a05514915a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

7bc2f74 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/27353
    

Actions performed:

    from  2dae20b   Fix function declaration of ws_buffer_length().
    adds  7bc2f74   On Solaris, check for getexecname in CMake.


Summary of changes:
 ConfigureChecks.cmake | 14 ++++++++++----
 cmakeconfig.h.in      |  3 +++
 2 files changed, 13 insertions(+), 4 deletions(-)