Wireshark-commits: [Wireshark-commits] master e80a8ac: Clean up conditional code for getting creati

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 22 Oct 2016 10:19:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e80a8acbe3cb0d0bdefeff51292bd90c3461a02a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e80a8ac by Guy Harris (guy@xxxxxxxxxxxx):

    Clean up conditional code for getting creation time.
    
    Define a macro to get the creation time from a stat structure, or to
    return 0 if the creation time is unavailable, and use that in both
    places where we fetch the creation time.
    
    Change-Id: I15354f2d52a40cb1227f30ae274120575eec2055
    Reviewed-on: https://code.wireshark.org/review/18387
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  5f68435   Fix the #defines for the presence of structure names.
    adds  e80a8ac   Clean up conditional code for getting creation time.


Summary of changes:
 fileset.c |   45 +++++++++++++++++++--------------------------
 1 file changed, 19 insertions(+), 26 deletions(-)