summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/xen-tools/files/xen-tools-3.0.2-xc_ptrace.patch')
-rw-r--r--app-emulation/xen-tools/files/xen-tools-3.0.2-xc_ptrace.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-emulation/xen-tools/files/xen-tools-3.0.2-xc_ptrace.patch b/app-emulation/xen-tools/files/xen-tools-3.0.2-xc_ptrace.patch
deleted file mode 100644
index af51c3d..0000000
--- a/app-emulation/xen-tools/files/xen-tools-3.0.2-xc_ptrace.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- tools/libxc/xc_ptrace.c-orig 2006-10-13 15:53:29.000000000 +1000
-+++ tools/libxc/xc_ptrace.c 2006-10-13 15:54:06.000000000 +1000
-@@ -597,17 +597,13 @@
- online_vcpus_changed(cpumap);
- break;
-
-- case PTRACE_SETFPREGS:
-- case PTRACE_SETFPXREGS:
-- case PTRACE_PEEKUSER:
-- case PTRACE_POKEUSER:
-- case PTRACE_SYSCALL:
-- case PTRACE_KILL:
-- goto out_unspported; /* XXX not yet supported */
--
- case PTRACE_TRACEME:
- printf("PTRACE_TRACEME is an invalid request under Xen\n");
- goto out_error;
-+
-+ default:
-+ goto out_unspported; /* XXX not yet supported */
-+
- }
-
- return retval;