diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2009-01-08 09:24:32 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2009-01-08 09:24:32 +0000 |
commit | 555474f2da7e1cc4cfbb05eecc227ac2c06a5732 (patch) | |
tree | 408812960405912fa363626152577a35bce2caf1 /package/strace/strace-fix-arm-bad-syscall.patch | |
parent | fd5ce9ff41c427bc8ac796bba1cabf0db9763f75 (diff) | |
download | buildroot-novena-555474f2da7e1cc4cfbb05eecc227ac2c06a5732.tar.gz buildroot-novena-555474f2da7e1cc4cfbb05eecc227ac2c06a5732.zip |
strace: fix AVR32 arch patches and refresh all patches to apply clean
This patch updates the AVR32 arch patches for strace 4.5.18 and refreshes all
the other patches so they apply clean.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'package/strace/strace-fix-arm-bad-syscall.patch')
-rw-r--r-- | package/strace/strace-fix-arm-bad-syscall.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/strace/strace-fix-arm-bad-syscall.patch b/package/strace/strace-fix-arm-bad-syscall.patch index d7d7426b7..3f3144e92 100644 --- a/package/strace/strace-fix-arm-bad-syscall.patch +++ b/package/strace/strace-fix-arm-bad-syscall.patch @@ -1,6 +1,6 @@ ---- strace-4.5.12-orig/syscall.c 2005-06-08 21:45:28.000000000 +0100 -+++ strace-4.5.12/syscall.c 2005-10-25 19:26:39.000000000 +0100 -@@ -1013,6 +1013,15 @@ struct tcb *tcp; +--- a/syscall.c ++++ b/syscall.c +@@ -1016,6 +1016,15 @@ struct tcb *tcp; /* * Note: we only deal with only 32-bit CPUs here. */ |