Wireshark-commits: [Wireshark-commits] master-2.0 787ee25: Fix #defines for the creation time in st

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

Commits:

787ee25 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix #defines for the creation time in struct stat on UN*X.
    
    Fix the #defines in ConfigureChecks.cmake to match what the autotools
    configure script defines and what cmakeconfig.h.in has.
    
    Change-Id: I3bffed7b9966c2dcdc8419f7671c38dbe2c71347
    Reviewed-on: https://code.wireshark.org/review/18385
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7ef4796   On UN*X, st_ctime is the last status change time, not the creation time.
    adds  787ee25   Fix #defines for the creation time in struct stat on UN*X.


Summary of changes:
 ConfigureChecks.cmake |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)