Index: head/devel/strace/files/patch-process.c =================================================================== --- head/devel/strace/files/patch-process.c (nonexistent) +++ head/devel/strace/files/patch-process.c (revision 48664) @@ -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" }, Property changes on: head/devel/strace/files/patch-process.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property