Wireshark-commits: [Wireshark-commits] master 23dd596: Renames to avoid collisons with read() and w

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 7 Nov 2015 23:18:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=23dd596bcebc74cb78d594db29f50fed93dc1a52
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

23dd596 by Guy Harris (guy@xxxxxxxxxxxx):

    Renames to avoid collisons with read() and write() routines.
    
    (And with #defines of read as _read and write as _write on Windows,
    which might make structure members have surprising names if you try to
    look at them in a debugger.)
    
    Change-Id: Iaab5622cbde216d5fedd4bc014c83e4eef95f8a0
    Reviewed-on: https://code.wireshark.org/review/11631
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8e689a9   Remove some unnecessary includes.
    adds  23dd596   Renames to avoid collisons with read() and write() routines.


Summary of changes:
 wiretap/pcapng.c |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)