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-undef-CTL_PROC.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-undef-CTL_PROC.patch')
-rw-r--r-- | package/strace/strace-undef-CTL_PROC.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/strace/strace-undef-CTL_PROC.patch b/package/strace/strace-undef-CTL_PROC.patch index c3eccb7d6..d841999d2 100644 --- a/package/strace/strace-undef-CTL_PROC.patch +++ b/package/strace/strace-undef-CTL_PROC.patch @@ -1,6 +1,6 @@ ---- strace-4.5.12/system.c.oorig 2005-06-01 21:22:06.000000000 +0200 -+++ strace-4.5.12/system.c 2006-09-28 18:18:31.000000000 +0200 -@@ -1572,7 +1572,9 @@ +--- a/system.c ++++ b/system.c +@@ -1614,7 +1614,9 @@ static const struct xlat sysctl_root[] = { CTL_KERN, "CTL_KERN" }, { CTL_VM, "CTL_VM" }, { CTL_NET, "CTL_NET" }, |