diff options
Diffstat (limited to 'dev-util/strace/files/strace-4.5.19-mips-n32.patch')
-rw-r--r-- | dev-util/strace/files/strace-4.5.19-mips-n32.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-util/strace/files/strace-4.5.19-mips-n32.patch b/dev-util/strace/files/strace-4.5.19-mips-n32.patch deleted file mode 100644 index f65d009..0000000 --- a/dev-util/strace/files/strace-4.5.19-mips-n32.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- strace-4.5.19/syscall.c.orig 2009-11-24 18:33:03.000000000 +0800 -+++ strace-4.5.19/syscall.c 2009-11-24 18:33:10.000000000 +0800 -@@ -2035,7 +2035,7 @@ - else - nargs = tcp->u_nargs = MAX_ARGS; - -- if (ptrace (PTRACE_GETREGS, pid, NULL, (long) ®s) < 0) -+ if (ptrace (PTRACE_GETREGS, tcp->pid, NULL, (long) ®s) < 0) - return -1; - - for(i = 0; i < nargs; i++) { |