Wireshark-commits: [Wireshark-commits] master 66711eb: Avoid colliding with the (old) UNIX stime()
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 7 Aug 2016 03:07:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=66711eb2612ddc7f523b7cc5990e1674a755cb00
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

66711eb by Guy Harris (guy@xxxxxxxxxxxx):

    Avoid colliding with the (old) UNIX stime() system call.
    
    Rename "stime" to "sys_time", and, for consistency, do the same with
    "utime".  This failed when I tried a build on an Ubuntu 12.04 LTS
    machine.
    
    Change-Id: Ib955b723506346aa742db0de4d26dc157bcd4fc8
    Reviewed-on: https://code.wireshark.org/review/16935
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  e32890a   checklicenses.py: Remove some boilerplate from upstream
    adds  66711eb   Avoid colliding with the (old) UNIX stime() system call.


Summary of changes:
 wsutil/time_util.c |   29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)