summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/strace/files/strace-4.5.14-CTL_PROC.patch')
-rw-r--r--dev-util/strace/files/strace-4.5.14-CTL_PROC.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-util/strace/files/strace-4.5.14-CTL_PROC.patch b/dev-util/strace/files/strace-4.5.14-CTL_PROC.patch
deleted file mode 100644
index f172917d5ac0..000000000000
--- a/dev-util/strace/files/strace-4.5.14-CTL_PROC.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-fix building with 2.6.18+ headers
-
-http://bugs.gentoo.org/150907
-
---- strace-4.5.14/system.c
-+++ strace-4.5.14/system.c
-@@ -1591,6 +1591,10 @@
- #endif
-
- #ifdef LINUX
-+/* linux-2.6.18+ has dropped this enum */
-+#ifndef CTL_PROC
-+# define CTL_PROC 4
-+#endif
- static const struct xlat sysctl_root[] = {
- { CTL_KERN, "CTL_KERN" },
- { CTL_VM, "CTL_VM" },