You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "David Forsythe (JIRA)" <ji...@apache.org> on 2015/12/21 06:48:46 UTC

[jira] [Created] (MESOS-4212) Fix imports in stout/os/freebsd.hpp

David Forsythe created MESOS-4212:
-------------------------------------

             Summary: Fix imports 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 imports 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)