You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/02/04 20:12:26 UTC

mesos git commit: Added a missing file (`freebsd.hpp`) to stout's Makefile.am.

Repository: mesos
Updated Branches:
  refs/heads/master 6ab5075e2 -> cc877e545


Added a missing file (`freebsd.hpp`) to stout's Makefile.am.

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


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

Branch: refs/heads/master
Commit: cc877e54594decc7ab9fcad0f572224988a10f98
Parents: 6ab5075
Author: Neil Conway <ne...@gmail.com>
Authored: Thu Feb 4 11:11:59 2016 -0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu Feb 4 11:11:59 2016 -0800

----------------------------------------------------------------------
 3rdparty/libprocess/3rdparty/stout/include/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/cc877e54/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/include/Makefile.am b/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
index 34c14fd..7b38abf 100644
--- a/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
+++ b/3rdparty/libprocess/3rdparty/stout/include/Makefile.am
@@ -33,6 +33,7 @@ nobase_include_HEADERS =		\
   stout/foreach.hpp			\
   stout/format.hpp			\
   stout/fs.hpp				\
+  stout/freebsd.hpp			\
   stout/gtest.hpp			\
   stout/gzip.hpp			\
   stout/hashmap.hpp			\
@@ -40,8 +41,8 @@ nobase_include_HEADERS =		\
   stout/internal/windows/dirent.hpp	\
   stout/internal/windows/grp.hpp	\
   stout/internal/windows/pwd.hpp	\
-  stout/internal/windows/symlink.hpp	\
   stout/internal/windows/reparsepoint.hpp	\
+  stout/internal/windows/symlink.hpp	\
   stout/interval.hpp			\
   stout/ip.hpp				\
   stout/json.hpp			\