Wireshark-commits: [Wireshark-commits] master 79c977c: Remove the optional strncasecmp.{h, c} targe
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 30 Oct 2014 13:39:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=79c977cf0a61b5f2ad724323c1676ba7e3abb2cc
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

79c977c by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Remove the optional strncasecmp.{h,c} target (for systems that don't have that API).
    
    strncasecmp() has been prohibited for years (in favor of the g_ascii_ version).
    
    Change-Id: I64b7c29099b1c5240757e2026fe3490096a84755
    Reviewed-on: https://code.wireshark.org/review/4980
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    

Actions performed:

    from  c0a4a91   Dataflow analysis is hard, let's go shopping!
    adds  79c977c   Remove the optional strncasecmp.{h,c} target (for systems that don't have that API).


Summary of changes:
 ConfigureChecks.cmake  |   11 ---------
 config.h.win32         |    5 ----
 configure.ac           |   13 -----------
 wsutil/Makefile.am     |    6 +----
 wsutil/Makefile.common |    3 +--
 wsutil/strncasecmp.c   |   61 ------------------------------------------------
 wsutil/strncasecmp.h   |   40 -------------------------------
 wsutil/strptime.c      |   11 ++++-----
 8 files changed, 6 insertions(+), 144 deletions(-)
 delete mode 100644 wsutil/strncasecmp.c
 delete mode 100644 wsutil/strncasecmp.h