crosstool-ng/patches/strace/4.5.19/140-undef-CTL_PROC.patch
Yann E. MORIN" 4ae5060ec8 debug/strace: add latest version, unmarkprevious EXPERIMENTAL
Also propagate the patchset from 4.5.18 to 4.5.19.
2009-10-28 19:00:34 +01:00

14 lines
426 B
Diff

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" },