----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19820/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Chi Zhang, Ian Downes, Vinod Kone, and Cong Wang. Repository: mesos-git Description ------- Libnl headers will use linux/if.h, which contains duplicate definitions defined in net/if.h. To solve that, we just include linux/if.h on linux and net/if.h on Mac. Diffs ----- 3rdparty/libprocess/3rdparty/stout/include/stout/net.hpp 7829d0e Diff: https://reviews.apache.org/r/19820/diff/ Testing ------- make check Thanks, Jie Yu
