summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/mmap_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mmap_win.cpp b/util/mmap_win.cpp
index 7db43601b13..b48bb156c53 100644
--- a/util/mmap_win.cpp
+++ b/util/mmap_win.cpp
@@ -49,7 +49,7 @@ namespace mongo {
unsigned mapped = 0;
- void* MemoryMappedFile::map(const char *_filename, long &length) {
+ void* MemoryMappedFile::map(const char *_filename, long &length, int options ) {
/* big hack here: Babble uses db names with colons. doesn't seem to work on windows. temporary perhaps. */
char filename[256];
strncpy(filename, _filename, 255);