Wireshark-commits: [Wireshark-commits] master 29f2f09: MSWSP: Remove usage of stdbool.h
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 26 Jul 2015 10:40:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=29f2f0993d91965b4dd2b7b8c9be4080304475b1
Submitter: Graham Bloice (graham.bloice@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

29f2f09 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    MSWSP: Remove usage of stdbool.h
    
    For fix build on Solaris
    "/usr/include/stdbool.h", line 42: #error: "Use of <stdbool.h> is valid only in a c99 compilation environment."
    
    Replace bool -> gboolean
    Replace true -> TRUE, false -> FALSE (for fix Wcompat error..)
    
    Change-Id: Ia3f39bfbbaf7cf35a916eb37edfc6745ea50ad36
    Reviewed-on: https://code.wireshark.org/review/9793
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    

Actions performed:

    from  cc134b1   MSWSP: Try to fix Mac OS X Buildbot
    adds  29f2f09   MSWSP: Remove usage of stdbool.h


Summary of changes:
 epan/dissectors/packet-mswsp.c |   41 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 21 deletions(-)