OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 47... Line 47...
47 #include <elf.h> 47 #include <elf.h>
48 +#define pt_regs __pt_regs 48 +#define pt_regs __pt_regs
49 #include <asm/ptrace.h> 49 #include <asm/ptrace.h>
50 +#undef pt_regs 50 +#undef pt_regs
Line 51... Line 51...
51 51
52 #include "arch/ppc-linux-common.h" 52 #include "nat/ppc-linux.h"