changeset in /hg/icedtea: Update signed types patch against b26.
gnu_andrew at member.fsf.org
gnu_andrew at member.fsf.org
Thu May 29 14:14:03 PDT 2008
changeset 632581aea9a2 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=632581aea9a2
description:
Update signed types patch against b26.
diffstat:
2 files changed, 14 insertions(+), 9 deletions(-)
ChangeLog | 5 +++++
patches/icedtea-signed-types.patch | 18 +++++++++---------
diffs (47 lines):
diff -r cbf3cb70d7c1 -r 632581aea9a2 ChangeLog
--- a/ChangeLog Tue May 27 21:16:59 2008 +0100
+++ b/ChangeLog Tue May 27 22:01:47 2008 +0100
@@ -1,3 +1,8 @@ 2008-05-27 Andrew John Hughes <gnu_and
+2008-05-27 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ * patches/icedtea-signed-types.patch:
+ Regenerated against b26.
+
2008-05-27 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
diff -r cbf3cb70d7c1 -r 632581aea9a2 patches/icedtea-signed-types.patch
--- a/patches/icedtea-signed-types.patch Tue May 27 21:16:59 2008 +0100
+++ b/patches/icedtea-signed-types.patch Tue May 27 22:01:47 2008 +0100
@@ -1,7 +1,7 @@ diff -r 9523b5ae0184 openjdk/hotspot/src
-diff -r 9523b5ae0184 openjdk/hotspot/src/share/vm/asm/codeBuffer.hpp
---- openjdk/hotspot/src/share/vm/asm/codeBuffer.hpp Fri Nov 02 09:26:45 2007 +0000
-+++ openjdk/hotspot/src/share/vm/asm/codeBuffer.hpp Fri Nov 02 09:39:12 2007 +0000
-@@ -81,7 +81,7 @@ class CodeSection VALUE_OBJ_CLASS_SPEC {
+diff -Nru openjdk.orig/hotspot/src/share/vm/asm/codeBuffer.hpp openjdk/hotspot/src/share/vm/asm/codeBuffer.hpp
+--- openjdk.orig/hotspot/src/share/vm/asm/codeBuffer.hpp 2008-05-27 21:18:54.000000000 +0100
++++ openjdk/hotspot/src/share/vm/asm/codeBuffer.hpp 2008-05-27 21:56:42.000000000 +0100
+@@ -81,7 +81,7 @@
address _locs_point; // last relocated position (grows upward)
bool _locs_own; // did I allocate the locs myself?
bool _frozen; // no more expansion of this section
@@ -10,14 +10,14 @@ diff -r 9523b5ae0184 openjdk/hotspot/src
CodeBuffer* _outer; // enclosing CodeBuffer
// (Note: _locs_point used to be called _last_reloc_offset.)
-diff -r 9523b5ae0184 openjdk/hotspot/src/share/vm/utilities/ostream.cpp
---- openjdk/hotspot/src/share/vm/utilities/ostream.cpp Fri Nov 02 09:26:45 2007 +0000
-+++ openjdk/hotspot/src/share/vm/utilities/ostream.cpp Fri Nov 02 09:37:53 2007 +0000
-@@ -829,7 +829,7 @@ bool networkStream::connect(const char *
+diff -Nru openjdk.orig/hotspot/src/share/vm/utilities/ostream.cpp openjdk/hotspot/src/share/vm/utilities/ostream.cpp
+--- openjdk.orig/hotspot/src/share/vm/utilities/ostream.cpp 2008-05-27 21:18:54.000000000 +0100
++++ openjdk/hotspot/src/share/vm/utilities/ostream.cpp 2008-05-27 21:59:01.000000000 +0100
+@@ -829,7 +829,7 @@
server.sin_port = htons(port);
server.sin_addr.s_addr = inet_addr(ip);
-- if (server.sin_addr.s_addr == (unsigned long)-1) {
+- if (server.sin_addr.s_addr == (uint32_t)-1) {
+ if (server.sin_addr.s_addr == (in_addr_t)-1) {
#ifdef _WINDOWS
struct hostent* host = hpi::get_host_by_name((char*)ip);
More information about the distro-pkg-dev
mailing list