You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ha...@apache.org on 2017/05/03 06:13:15 UTC

mesos git commit: Fixed compilation error on recent glibc for device whitelist.

Repository: mesos
Updated Branches:
  refs/heads/master 08b561089 -> e51e0ec89


Fixed compilation error on recent glibc for device whitelist.

Review: https://reviews.apache.org/r/58944/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e51e0ec8
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e51e0ec8
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e51e0ec8

Branch: refs/heads/master
Commit: e51e0ec89fb0a8f6d76b5ddd02c41bf53fed9154
Parents: 08b5610
Author: Zhongbo Tian <wi...@gmail.com>
Authored: Wed May 3 14:00:37 2017 +0800
Committer: Haosdent Huang <ha...@apache.org>
Committed: Wed May 3 14:00:44 2017 +0800

----------------------------------------------------------------------
 .../containerizer/mesos/isolators/cgroups/subsystems/devices.cpp    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e51e0ec8/src/slave/containerizer/mesos/isolators/cgroups/subsystems/devices.cpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/mesos/isolators/cgroups/subsystems/devices.cpp b/src/slave/containerizer/mesos/isolators/cgroups/subsystems/devices.cpp
index 3055b7d..e995ff4 100644
--- a/src/slave/containerizer/mesos/isolators/cgroups/subsystems/devices.cpp
+++ b/src/slave/containerizer/mesos/isolators/cgroups/subsystems/devices.cpp
@@ -15,6 +15,7 @@
 // limitations under the License.
 
 #include <sys/stat.h>
+#include <sys/sysmacros.h>
 
 #include <process/id.hpp>