diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-04-19 13:30:41 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-04-19 13:30:41 +0000 |
commit | 8cd828c6b5ae7317067379523624b9476acb66c2 (patch) | |
tree | c597ba7c62afb1479c2f12a56785846cb09b3d5c /devel/strace/files | |
parent | Change MAINTAINER to new address. (diff) |
Update to 4.4.94.
PR: 50432
Submitted by: MAINTAINER
Diffstat (limited to 'devel/strace/files')
-rw-r--r-- | devel/strace/files/patch-configure | 45 | ||||
-rw-r--r-- | devel/strace/files/patch-process.c | 13 |
2 files changed, 45 insertions, 13 deletions
diff --git a/devel/strace/files/patch-configure b/devel/strace/files/patch-configure new file mode 100644 index 000000000000..9c8b033da9c3 --- /dev/null +++ b/devel/strace/files/patch-configure @@ -0,0 +1,45 @@ +*** configure Thu Feb 20 05:55:30 2003 +--- /tmp/w/configure Tue Feb 25 14:47:53 2003 +*************** +*** 5602,5606 **** + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +! #include <netinet/in.h + + int +--- 5602,5607 ---- + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +! #include <sys/types.h> +! #include <netinet/in.h> + + int +*************** +*** 5638,5642 **** + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +! #include <netinet/in.h + + int +--- 5639,5644 ---- + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +! #include <sys/types.h> +! #include <netinet/in.h> + + int +*************** +*** 6490,6493 **** +--- 6492,6496 ---- + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ ++ #include <sys/types.h> + #include <netinet/in.h> + +*************** +*** 6749,6752 **** +--- 6752,6756 ---- + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ ++ #include <sys/types.h> + #include <sys/socket.h> diff --git a/devel/strace/files/patch-process.c b/devel/strace/files/patch-process.c deleted file mode 100644 index 41ffc61b48df..000000000000 --- a/devel/strace/files/patch-process.c +++ /dev/null @@ -1,13 +0,0 @@ ---- 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" }, |