Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-07-12 22:39:25 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-07-12 22:39:25 +0300
commit45ca11837abf3844fd5defcdee930be0c0e369c2 (patch)
treeb82f84db22e1b51fdf7a171fc6b1d6f52fb53bb3
parent2b1b67be8b3f2bd0bf563fee070c12b95c3d1460 (diff)
Fix some test failures on POSIX caused by recent changes.
-rw-r--r--include/llfio/revision.hpp6
-rw-r--r--include/llfio/v2.0/detail/impl/posix/path_discovery.ipp4
2 files changed, 5 insertions, 5 deletions
diff --git a/include/llfio/revision.hpp b/include/llfio/revision.hpp
index e87ec3c3..5470bae0 100644
--- a/include/llfio/revision.hpp
+++ b/include/llfio/revision.hpp
@@ -1,4 +1,4 @@
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
-#define LLFIO_PREVIOUS_COMMIT_REF f743a7358ec186a3982d1a61dad2120ba9305180
-#define LLFIO_PREVIOUS_COMMIT_DATE "2018-07-12 09:00:17 +00:00"
-#define LLFIO_PREVIOUS_COMMIT_UNIQUE f743a735
+#define LLFIO_PREVIOUS_COMMIT_REF 2b1b67be8b3f2bd0bf563fee070c12b95c3d1460
+#define LLFIO_PREVIOUS_COMMIT_DATE "2018-07-12 17:59:46 +00:00"
+#define LLFIO_PREVIOUS_COMMIT_UNIQUE 2b1b67be
diff --git a/include/llfio/v2.0/detail/impl/posix/path_discovery.ipp b/include/llfio/v2.0/detail/impl/posix/path_discovery.ipp
index 8a88874a..675c8465 100644
--- a/include/llfio/v2.0/detail/impl/posix/path_discovery.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/path_discovery.ipp
@@ -26,7 +26,7 @@ Distributed under the Boost Software License, Version 1.0.
#error Must be included by ../path_discovery.ipp only
#endif
-#include "../../../mapped.hpp"
+#include "../../../map_view.hpp"
#include <pwd.h>
@@ -77,7 +77,7 @@ namespace path_discovery
}
else
{
- mapped<const char> passwd(_passwdh.value());
+ map_view<const char> passwd(_passwdh.value());
/* This will consist of lines of the form:
jsmith:x:1001:1000:Joe Smith,Room 1007,(234)555-8910,(234)555-0044,email:/home/jsmith:/bin/sh