summaryrefslogtreecommitdiff
path: root/recipes/strace/strace-4.5.14/drop-ctl-proc.patch
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-03-23 11:45:40 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2009-03-23 11:45:40 +0100
commit451b1c687105655a4f2c9c477b05535041e25060 (patch)
tree3db315590172cd6244107a97a6603add934d7e32 /recipes/strace/strace-4.5.14/drop-ctl-proc.patch
parent6767ca50430e37cdad0a8992b73c3f82ead134bf (diff)
parente2b99b79f516a7466dc050902cee62f39869bf9d (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/strace/strace-4.5.14/drop-ctl-proc.patch')
-rw-r--r--recipes/strace/strace-4.5.14/drop-ctl-proc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/strace/strace-4.5.14/drop-ctl-proc.patch b/recipes/strace/strace-4.5.14/drop-ctl-proc.patch
new file mode 100644
index 0000000000..468913774a
--- /dev/null
+++ b/recipes/strace/strace-4.5.14/drop-ctl-proc.patch
@@ -0,0 +1,12 @@
+Index: strace-4.5.14/system.c
+===================================================================
+--- strace-4.5.14.orig/system.c 2006-10-01 13:02:08.000000000 +0200
++++ strace-4.5.14/system.c 2006-10-01 13:02:27.000000000 +0200
+@@ -1578,7 +1578,6 @@
+ { CTL_KERN, "CTL_KERN" },
+ { CTL_VM, "CTL_VM" },
+ { CTL_NET, "CTL_NET" },
+- { CTL_PROC, "CTL_PROC" },
+ { CTL_FS, "CTL_FS" },
+ { CTL_DEBUG, "CTL_DEBUG" },
+ { CTL_DEV, "CTL_DEV" },