You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2018/02/24 20:01:33 UTC

mesos git commit: Windows: Fixed `stout/os/windows/ls.hpp` header guard.

Repository: mesos
Updated Branches:
  refs/heads/master eb3d11bc8 -> 3f01bd85c


Windows: Fixed `stout/os/windows/ls.hpp` header guard.

There was a typo in the `#define`, the `L` was misplaced. Surprised
this hasn't broken anything yet.


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

Branch: refs/heads/master
Commit: 3f01bd85c7a3220ade13914f83f500c40a0e124b
Parents: eb3d11b
Author: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Authored: Wed Feb 21 22:04:42 2018 -0800
Committer: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Committed: Sat Feb 24 10:27:57 2018 -0800

----------------------------------------------------------------------
 3rdparty/stout/include/stout/os/windows/ls.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3f01bd85/3rdparty/stout/include/stout/os/windows/ls.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/stout/include/stout/os/windows/ls.hpp b/3rdparty/stout/include/stout/os/windows/ls.hpp
index 98fad02..68d5a60 100644
--- a/3rdparty/stout/include/stout/os/windows/ls.hpp
+++ b/3rdparty/stout/include/stout/os/windows/ls.hpp
@@ -11,7 +11,7 @@
 // limitations under the License.
 
 #ifndef __STOUT_OS_WINDOWS_LS_HPP__
-#define __STOUT_OS_LWINDOWS_S_HPP__
+#define __STOUT_OS_WINDOWS_LS_HPP__
 
 #include <list>
 #include <string>