changeset 858:d9fa5282ccde

2008-05-09 Lillian Angel <langel@redhat.com> * icedtea-use-system-tzdata.patch: Added missing lines to patch.
author Lillian Angel <langel@redhat.com>
date Fri, 09 May 2008 10:04:30 -0400
parents 3c358d6fd84e
children 2c9ad97bb6ec
files ChangeLog patches/icedtea-use-system-tzdata.patch
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri May 09 02:30:42 2008 +0200
+++ b/ChangeLog	Fri May 09 10:04:30 2008 -0400
@@ -1,3 +1,7 @@
+2008-05-09  Lillian Angel  <langel@redhat.com>
+
+	* icedtea-use-system-tzdata.patch: Added missing lines to patch.
+
 2008-05-08  Mark Wielaard  <mark@klomp.org>
 
 	* patches/icedtea-directaudio-close-trick.patch: Use new static
--- a/patches/icedtea-use-system-tzdata.patch	Fri May 09 02:30:42 2008 +0200
+++ b/patches/icedtea-use-system-tzdata.patch	Fri May 09 10:04:30 2008 -0400
@@ -45,12 +45,13 @@
                      if (!file.canRead()) {
 --- oldopenjdk6/hotspot/src/os/linux/vm/os_linux.cpp	2008-03-26 05:07:22.000000000 -0400
 +++ openjdk/hotspot/src/os/linux/vm/os_linux.cpp	2008-05-08 11:03:17.000000000 -0400
-@@ -376,6 +376,10 @@
+@@ -376,6 +381,11 @@
      }
    }
  
-+// Use the system zoneinfo files, if present
-+Arguments::PropertyList_add (&sp,
++  SystemProperty* sp = Arguments::system_properties();
++  // Use the system zoneinfo files, if present
++  Arguments::PropertyList_add (&sp,
 +                           "user.zoneinfo.dir", "/usr/share/javazi");
 +
  #undef malloc