patches/strace/4.5.18/150-undef-CTL_PROC.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Oct 20 20:09:14 2008 +0000 (2008-10-20)
changeset 951 fc4f1b630dd2
permissions -rw-r--r--
Add strace 4.5.18:
- 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(-)
     1 diff -dur strace-4.5.16.orig/system.c strace-4.5.16/system.c
     2 --- strace-4.5.16.orig/system.c	2007-01-17 00:22:36.000000000 +0100
     3 +++ strace-4.5.16/system.c	2007-07-14 19:28:41.000000000 +0200
     4 @@ -1612,7 +1612,9 @@
     5  	{ CTL_KERN, "CTL_KERN" },
     6  	{ CTL_VM, "CTL_VM" },
     7  	{ CTL_NET, "CTL_NET" },
     8 +#ifdef CTL_PROC
     9  	{ CTL_PROC, "CTL_PROC" },
    10 +#endif
    11  	{ CTL_FS, "CTL_FS" },
    12  	{ CTL_DEBUG, "CTL_DEBUG" },
    13  	{ CTL_DEV, "CTL_DEV" },