555474f2da
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>
13 lines
304 B
Diff
13 lines
304 B
Diff
--- 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" },
|
|
+#ifdef CTL_PROC
|
|
{ CTL_PROC, "CTL_PROC" },
|
|
+#endif
|
|
{ CTL_FS, "CTL_FS" },
|
|
{ CTL_DEBUG, "CTL_DEBUG" },
|
|
{ CTL_DEV, "CTL_DEV" },
|