2 < #include <asm/page.h>
4 > //#include <asm/page.h> This header is no longer available.
6 > /* Leif Thande - 19/08/2008
7 > * replaced PAGE_SIZE with a call to getpagesize(). PAGE_SIZE is no longer
11 < for (i=st;i<en;i+=PAGE_SIZE) ptrace(PTRACE_PEEKDATA,tracepid,i,0);
13 > for (i=st;i<en;i+=getpagesize()) ptrace(PTRACE_PEEKDATA,tracepid,i,0);