summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/subterfugue/files/subterfugue-0.2.1a-gcc33.patch')
-rw-r--r--sys-devel/subterfugue/files/subterfugue-0.2.1a-gcc33.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-devel/subterfugue/files/subterfugue-0.2.1a-gcc33.patch b/sys-devel/subterfugue/files/subterfugue-0.2.1a-gcc33.patch
new file mode 100644
index 000000000000..ebc850b2bd8f
--- /dev/null
+++ b/sys-devel/subterfugue/files/subterfugue-0.2.1a-gcc33.patch
@@ -0,0 +1,16 @@
+--- ptracemodule.c 2001-11-26 04:24:30.000000000 +0000
++++ /tmp/ptracemodule.c 2003-10-02 15:28:17.173323016 +0100
+@@ -292,9 +292,10 @@
+ #ifdef PTRACE_SETOPTIONS
+
+ static char ptrace_settracesysgood__doc__[] =
+-"settracesysgood(pid) -> None\n\
+-Set the TRACESYSGOOD flag for this child. This causes the high (0x80) bit to
+- be set on system call stops.";
++"settracesysgood(pid) -> None\n" \
++"Set the TRACESYSGOOD flag for this child." \
++"This causes the high (0x80) bit to" \
++" be set on system call stops.";
+
+ static PyObject *
+ ptrace_settracesysgood(PyObject *self, PyObject *args)