-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58245/
-----------------------------------------------------------
Review request for mesos and Anand Mazumdar.
Bugs: MESOS-7365
https://issues.apache.org/jira/browse/MESOS-7365
Repository: mesos
Description
-------
Recent versions of glibc deprecate the implicit inclusion of
<sys/sysmacros.h> via <sys/types.h>, so we should now include
<sys/sysmacros.h> directly when necessary.
Diffs
-----
src/linux/fs.cpp 16c4583cbf06db7dae393c1ca6221ae115296773
src/slave/containerizer/mesos/isolators/gpu/isolator.cpp d4ab5393caa01d61397079201f32cfaf96d6a59a
src/tests/containerizer/fs_tests.cpp 098f12b9a7e1e8a36292bc7394b4d089a78ec2a1
Diff: https://reviews.apache.org/r/58245/diff/1/
Testing
-------
Mesos now compiles on recent Arch; it previously did not.
Tested on internal CI, doesn't break the build on other supported platforms.
Thanks,
Neil Conway
|