Wireshark-commits: [Wireshark-commits] master 41445d0: Use dlget() and dlgetname() to get the execu
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 05 May 2018 06:40:29 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=41445d0e97ef37786ec7443141641a78fcfd6b8f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

41445d0 by Guy Harris (guy@xxxxxxxxxxxx):

    Use dlget() and dlgetname() to get the executable path name on HP-UX.
    
    That leaves only AIX (and, if we're looking at dead UN*Xes, IRIX and
    Tru64 UNIX) as platforms on which we can't fetch that.
    
    Change-Id: If7a6a425aba30e1abf82ecc66f6c28dc532a227c
    Reviewed-on: https://code.wireshark.org/review/27358
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f447aa7   On Solaris, check for getexecname in CMake.
    adds  41445d0   Use dlget() and dlgetname() to get the executable path name on HP-UX.


Summary of changes:
 ConfigureChecks.cmake | 10 +++++++++-
 cmakeconfig.h.in      |  6 ++++++
 wsutil/filesystem.c   | 18 ++++++++++++++++--
 3 files changed, 31 insertions(+), 3 deletions(-)