Re: [PATCH] Fix MIPS n32/n64 compile error in syscall.c

2010-02-09 Thread Dmitry V. Levin
Hi, On Tue, Feb 09, 2010 at 11:03:27AM -0800, David Daney wrote: > syscall.c will not build under mips-n32 or mips-n64. > > In syscall_enter() there is a call to ptrace() with an undefined > variable 'pid'. This should be replaced with 'tcp->pid'. Attached is a > patch that fixes the issue fo

RE: [PATCH] Fix MIPS n32/n64 compile error in syscall.c

2010-02-09 Thread David Daney
syscall.c will not build under mips-n32 or mips-n64. In syscall_enter() there is a call to ptrace() with an undefined variable 'pid'. This should be replaced with 'tcp->pid'. Attached is a patch that fixes the issue for me. Please apply if approved. Thanks, 2010-02-09 David Daney

[PATCH] Fix MIPS n32/n64 compile error in syscall.c

2010-02-09 Thread David Daney
syscall.c will not build under mips-n32 or mips-n64. In syscall_enter() there is a call to ptrace() with an undefined variable 'pid'. This should be replaced with 'tcp->pid'. Attached is a patch that fixes the issue for me. Please apply if approved. Thanks, 2010-02-09 David Daney