From f9b998d127c712576b132fa300cb9ad43385909a Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Tue, 29 May 2012 13:22:09 -0700 Subject: [PATCH] snapshot-interface: don't redefine PAGESIZE --- snapshot-interface.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshot-interface.cc b/snapshot-interface.cc index 1bf12a2..2ef7e4b 100644 --- a/snapshot-interface.cc +++ b/snapshot-interface.cc @@ -1,4 +1,5 @@ #include "snapshot-interface.h" +#include "snapshot.h" #include #include #include @@ -14,7 +15,6 @@ #define MYLIBRARYNAME "libmodel.so" #define PROCNAME "/proc/*/maps" #define REPLACEPOS 6 -#define PAGESIZE 4096 typedef std::basic_string, MyAlloc > MyString; -- 2.34.1