summaryrefslogtreecommitdiff
path: root/patches/strace/4.5.19/140-undef-CTL_PROC.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-28 18:00:34 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-28 18:00:34 (GMT)
commit4ae5060ec81b4d4673a4091acd00e16edf16007e (patch)
treebbcc8ce47a567fb8dfc1e7064bd2ee3d06c5ae85 /patches/strace/4.5.19/140-undef-CTL_PROC.patch
parent17d149e8b24ae4fd651de06438373779224692f1 (diff)
debug/strace: add latest version, unmarkprevious EXPERIMENTAL
Also propagate the patchset from 4.5.18 to 4.5.19.
Diffstat (limited to 'patches/strace/4.5.19/140-undef-CTL_PROC.patch')
-rw-r--r--patches/strace/4.5.19/140-undef-CTL_PROC.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/strace/4.5.19/140-undef-CTL_PROC.patch b/patches/strace/4.5.19/140-undef-CTL_PROC.patch
new file mode 100644
index 0000000..8284335
--- /dev/null
+++ b/patches/strace/4.5.19/140-undef-CTL_PROC.patch
@@ -0,0 +1,13 @@
+diff -durN strace-4.5.19.orig/system.c strace-4.5.19/system.c
+--- strace-4.5.19.orig/system.c 2009-06-01 11:59:11.000000000 +0200
++++ strace-4.5.19/system.c 2009-10-28 18:47:18.000000000 +0100
+@@ -1654,7 +1654,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" },