[pdal-commits] [PDAL/PDAL] 5a0b12: utils: Include sys/wait.h for the WIFEXITED and WE...

GitHub noreply at github.com
Mon Mar 28 09:37:04 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 5a0b123bfd7a843b18318ec2e95ce725c5f1f386
      https://github.com/PDAL/PDAL/commit/5a0b123bfd7a843b18318ec2e95ce725c5f1f386
  Author: Raphael Kubo da Costa <rakuco at FreeBSD.org>
  Date:   2016-03-28 (Mon, 28 Mar 2016)

  Changed paths:
    M src/util/Utils.cpp

  Log Message:
  -----------
  utils: Include sys/wait.h for the WIFEXITED and WEXITSTATUS macros.

These two macros are defined in sys/wait.h, which was being included
indirectly by other headers. This did not work on systems such as
FreeBSD, so explicitly include all headers that we actually need.


  Commit: ae1d75a609a1d766a7651b8ade467b3f823a1ad2
      https://github.com/PDAL/PDAL/commit/ae1d75a609a1d766a7651b8ade467b3f823a1ad2
  Author: Howard Butler <howard at hobu.co>
  Date:   2016-03-28 (Mon, 28 Mar 2016)

  Changed paths:
    M src/util/Utils.cpp

  Log Message:
  -----------
  Merge pull request #1200 from rakuco/wait-macros-header

utils: Include sys/wait.h for the WIFEXITED and WEXITSTATUS macros.


Compare: https://github.com/PDAL/PDAL/compare/e4e3f3f3e7e6...ae1d75a609a1


More information about the pdal-commits mailing list