Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 157445
Collapse All | Expand All

(-)memgrep-0.8.0.orig/src/memgrep.c (-2 / +1 lines)
Lines 89-98 Link Here
89
	int myPtrace(MEM_CTX *ctx, int command, int pid, unsigned long addr, unsigned long data);
89
	int myPtrace(MEM_CTX *ctx, int command, int pid, unsigned long addr, unsigned long data);
90
#else
90
#else
91
	#include <linux/user.h>
91
	#include <linux/user.h>
92
        #include <sys/ptrace.h>
92
	
93
	
93
	#define PTRACE_ADDR_CAST void *
94
	#define PTRACE_ADDR_CAST void *
94
95
	extern long int ptrace (unsigned long int cmd, unsigned long int pid, void *param, unsigned long int data);
96
#endif
95
#endif
97
96
98
const char memgrepVersion[] = "v0.8.0 12/21/2003";
97
const char memgrepVersion[] = "v0.8.0 12/21/2003";

Return to bug 157445