Wireshark-commits: [Wireshark-commits] master 5d8a5fb: If we have fseek/ftell variants with 64-bit

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 20 Jul 2018 23:13:19 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d8a5fb8665fae4b4162df2b9cfda04751364a36
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5d8a5fb by Guy Harris (guy@xxxxxxxxxxxx):

    If we have fseek/ftell variants with 64-bit offsets, use them.
    
    Or, at least, use them in the libwiretap file-writing code; we can
    change other places to use them as appropriate.
    
    Change-Id: I63af2267a22a158ee23f3359b043913dac0e285b
    Reviewed-on: https://code.wireshark.org/review/28783
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  ffbd315   CMake: Fixup our tools help dependencies.
    adds  5d8a5fb   If we have fseek/ftell variants with 64-bit offsets, use them.


Summary of changes:
 cmakeconfig.h.in      |  3 +++
 wiretap/file_access.c |  4 ++--
 wsutil/file_util.h    | 11 +++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)