diff options
Diffstat (limited to 'main.cxx')
-rw-r--r-- | main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -418,7 +418,7 @@ void parse_kernel_config (systemtap_session &s) static string getmemusage () { - static int sz = getpagesize(); + static long sz = sysconf(_SC_PAGESIZE); long pages, kb; ostringstream oss; |