Wireshark-commits: [Wireshark-commits] master b445b3d: Rename wsutil/floor.[ch] to wsutil/floorl.[c

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 20 Dec 2014 03:44:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b445b3da44d66704022012bc39f884b3ad0177b7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b445b3d by Guy Harris (guy@xxxxxxxxxxxx):

    Rename wsutil/floor.[ch] to wsutil/floorl.[ch].
    
    That better indicates what they do - they don't supply floor(), as
    that's a standard math.h feature dating back before C89, they supply
    floorl().
    
    Change-Id: Ib1278c51cdfc57680c28c51de87eafb2cb50c8eb
    Reviewed-on: https://code.wireshark.org/review/5905
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  b925c35   We assume all versions of MSVC have floorl().
    adds  b445b3d   Rename wsutil/floor.[ch] to wsutil/floorl.[ch].


Summary of changes:
 ui/time_shift.c              |    2 +-
 wsutil/Makefile.am           |    4 ++--
 wsutil/{floor.c => floorl.c} |    6 +++---
 wsutil/{floor.h => floorl.h} |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)
 rename wsutil/{floor.c => floorl.c} (92%)
 rename wsutil/{floor.h => floorl.h} (93%)