summaryrefslogtreecommitdiff
path: root/patches/strace/4.5.15/strace-undef-CTL_PROC.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-14 17:02:05 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-14 17:02:05 (GMT)
commit1aa5c8cf732a12c93f5bbb37be066f18d9da7f53 (patch)
treeaa78e1f1e28b3e120d2281bd724ed0fae57fd1c6 /patches/strace/4.5.15/strace-undef-CTL_PROC.patch
parentd393b01cb131079b767aa651dee01ff185bb0fce (diff)
Add patches for strace 4.5.15.
Diffstat (limited to 'patches/strace/4.5.15/strace-undef-CTL_PROC.patch')
-rw-r--r--patches/strace/4.5.15/strace-undef-CTL_PROC.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/strace/4.5.15/strace-undef-CTL_PROC.patch b/patches/strace/4.5.15/strace-undef-CTL_PROC.patch
new file mode 100644
index 0000000..c3eccb7
--- /dev/null
+++ b/patches/strace/4.5.15/strace-undef-CTL_PROC.patch
@@ -0,0 +1,12 @@
+--- strace-4.5.12/system.c.oorig 2005-06-01 21:22:06.000000000 +0200
++++ strace-4.5.12/system.c 2006-09-28 18:18:31.000000000 +0200
+@@ -1572,7 +1572,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" },