[
https://issues.apache.org/jira/browse/MESOS-4212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15066138#comment-15066138
]
David Forsythe commented on MESOS-4212:
---------------------------------------
https://reviews.apache.org/r/41596/
> Fix includes in stout/os/freebsd.hpp
> ------------------------------------
>
> Key: MESOS-4212
> URL: https://issues.apache.org/jira/browse/MESOS-4212
> Project: Mesos
> Issue Type: Bug
> Reporter: David Forsythe
> Assignee: David Forsythe
>
> The includes in freebsd.hpp are sloppy, and break the FreeBSD build with some
> recent changes.
> {code}
> ../../3rdparty/libprocess/3rdparty/stout/include/stout/os/freebsd.hpp:37:9:
> error: no member named 'sysctl' in namespace 'os'
> os::sysctl(CTL_KERN, KERN_PROC, KERN_PROC_ALL).table();
> ~~~~^
> ../../3rdparty/libprocess/3rdparty/stout/include/stout/os/freebsd.hpp:67:9:
> error: no member named 'sysctl' in namespace 'os'
> os::sysctl(CTL_KERN, KERN_PROC, KERN_PROC_ALL).table();
> ~~~~^
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)