mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 13:23:08 +00:00
df6440c35e
- propagated the 4.5.16 patch set - EXPERIMENTAL, as it does not build on at least ARM /trunk/patches/strace/4.5.18/160-undef-syscall.patch | 22 0 22 0 ---------------------- /trunk/config/debug/strace.in | 6 6 0 0 ++++++ 2 files changed, 6 insertions(+), 22 deletions(-)
14 lines
425 B
Diff
14 lines
425 B
Diff
diff -dur strace-4.5.16.orig/system.c strace-4.5.16/system.c
|
|
--- strace-4.5.16.orig/system.c 2007-01-17 00:22:36.000000000 +0100
|
|
+++ strace-4.5.16/system.c 2007-07-14 19:28:41.000000000 +0200
|
|
@@ -1612,7 +1612,9 @@
|
|
{ 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" },
|