aboutsummaryrefslogtreecommitdiff
path: root/devel/strace/files
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-10-11 10:47:35 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-10-11 10:47:35 +0000
commitced6dcdf02b772df8a85546cd9aaecbe41a980ef (patch)
treed8a624291808a890541748a688041ded2be5099e /devel/strace/files
parent2e52b875af864fe379d18b540d6e3bce3ecf4090 (diff)
downloadports-ced6dcdf02b772df8a85546cd9aaecbe41a980ef.tar.gz
ports-ced6dcdf02b772df8a85546cd9aaecbe41a980ef.zip
Notes
Diffstat (limited to 'devel/strace/files')
-rw-r--r--devel/strace/files/patch-process.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/strace/files/patch-process.c b/devel/strace/files/patch-process.c
new file mode 100644
index 000000000000..41ffc61b48df
--- /dev/null
+++ b/devel/strace/files/patch-process.c
@@ -0,0 +1,13 @@
+--- process.c.old Thu Sep 27 22:08:22 2001
++++ process.c Thu Sep 27 22:08:57 2001
+@@ -1771,7 +1771,9 @@
+ { PT_READ_D, "PT_READ_D" },
+ { PT_WRITE_I, "PT_WRITE_I" },
+ { PT_WRITE_D, "PT_WRITE_D" },
+- { PT_READ_U, "PT_WRITE_U" },
++#ifdef PT_READ_U
++ { PT_READ_U, "PT_READ_U" },
++#endif
+ { PT_CONTINUE, "PT_CONTINUE" },
+ { PT_KILL, "PT_KILL" },
+ { PT_STEP, "PT_STEP" },