Wireshark-commits: [Wireshark-commits] master 9f78bf6: Use QNX_PC_ for QNX's pathconf parameter val
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 4 Feb 2015 07:40:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9f78bf6e7e6af04c9f59c188a4a0812154706ebd
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9f78bf6 by Guy Harris (guy@xxxxxxxxxxxx):

    Use QNX_PC_ for QNX's pathconf parameter values.
    
    The numerical values are platform-specific, so call them QNX_PC_; that
    also avoids collision with the values on the platform on which we're
    building Wireshark (such a collision broke the Solaris build).
    
    Change-Id: I04291eccb818a290eb44eadb17a56ed684285a70
    Reviewed-on: https://code.wireshark.org/review/6944
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f2cb59a   Add QNX' QNET protocol
    adds  9f78bf6   Use QNX_PC_ for QNX's pathconf parameter values.


Summary of changes:
 epan/dissectors/packet-qnet6.c |  100 ++++++++++++++++++++--------------------
 1 file changed, 50 insertions(+), 50 deletions(-)