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 /include/llfio/v2.0
parent2b1b67be8b3f2bd0bf563fee070c12b95c3d1460 (diff)
Fix some test failures on POSIX caused by recent changes.
Diffstat (limited to 'include/llfio/v2.0')
-rw-r--r--include/llfio/v2.0/detail/impl/posix/path_discovery.ipp4
1 files changed, 2 insertions, 2 deletions
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