summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwight Merriman <dwight@10gen.com>2010-05-26 00:54:53 -0400
committerDwight Merriman <dwight@10gen.com>2010-05-26 00:54:53 -0400
commitedc97846b7869b339de07ed6924ca59fab0ca638 (patch)
treecdef0145ea84720180a79089aa732c6ca92db592
parent4f63588cbbc74fcf5ce725eaa6bbf8026b8cdff4 (diff)
downloadmongo-edc97846b7869b339de07ed6924ca59fab0ca638.tar.gz
try to fix linux
-rw-r--r--db/db_10.sln1
-rw-r--r--util/file_allocator.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/db/db_10.sln b/db/db_10.sln
index 6dd780327be..724256c5c92 100644
--- a/db/db_10.sln
+++ b/db/db_10.sln
@@ -28,7 +28,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "shell", "shell", "{407B4B88-3451-433C-B74F-31B31FEB5791}"
ProjectSection(SolutionItems) = preProject
..\shell\mongo_vstudio.cpp = ..\shell\mongo_vstudio.cpp
- ..\shell\utils.cpp = ..\shell\utils.cpp
..\shell\utils.h = ..\shell\utils.h
EndProjectSection
EndProject
diff --git a/util/file_allocator.h b/util/file_allocator.h
index 0941296f864..4e25529e747 100644
--- a/util/file_allocator.h
+++ b/util/file_allocator.h
@@ -38,7 +38,7 @@ namespace mongo {
*/
public:
#if !defined(_WIN32)
- FileAllocator() : failed_() {}
+ FileAllocator() : pendingMutex_("FileAllocator"), failed_() {}
#endif
void start() {
#if !defined(_WIN32)