Keep fighting Mac OS 10.5 because the build servers are obsolete.
Change-Id: I01b51a7dba147327e839c801109ffcc636ae8a4f
diff --git a/src/mem_map.cc b/src/mem_map.cc
index f3f4be7..6bc37ee 100644
--- a/src/mem_map.cc
+++ b/src/mem_map.cc
@@ -74,7 +74,7 @@
// ...
// TODO: the -v option replaces "-w -resident -dirty -purge -submap -allSplitLibs -noCoalesce" >= 10.6.
- std::string command(StringPrintf("vmmap -w -resident -dirty -purge -submap -allSplitLibs -noCoalesce -interleaved %d", getpid()));
+ std::string command(StringPrintf("vmmap -w -resident -submap -allSplitLibs -noCoalesce -interleaved %d", getpid()));
FILE* fp = popen(command.c_str(), "r");
if (fp == NULL) {
PLOG(FATAL) << "popen failed";