Wireshark-commits: [Wireshark-commits] master 019522b: Don't use the prohibited API open().

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 11 Apr 2016 23:22:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=019522b10473fe00145321f4699af4745227211f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

019522b by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Don't use the prohibited API open().
    
    This open call is Linux-specific (so there's no harm in using open() rather
    than ws_open()) but this will keep checkAPIs happy.
    
    Change-Id: I5695c1bd3b1a4af320ef0acfa1a8162c1d9f14e1
    Reviewed-on: https://code.wireshark.org/review/14879
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  5112d1e   Lua: Fix add and remove Fields when reload Lua plugins
    adds  019522b   Don't use the prohibited API open().


Summary of changes:
 epan/app_mem_usage.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)