timezone fix for jdk 1.4

2005-05-29 Thread Todd C. Miller
timezone is a function on BSD, not a variable, so move the timezone == 0 check to the non-BSD section. - todd Index: devel/jdk/1.4/patches/patch-j2se_src_solaris_native_java_util_TimeZone_md_c === RCS file: /home/cvs/openbsd/ports

Re: timezone fix for jdk 1.4

2005-05-29 Thread Todd C. Miller
Same thing for jdk 1.5 - todd Index: devel/jdk/1.5/patches/patch-j2se_src_solaris_native_java_util_TimeZone_md_c === RCS file: devel/jdk/1.5/patches/patch-j2se_src_solaris_native_java_util_TimeZone_md_c diff -N devel/jdk/1.5/patc

Re: timezone fix for jdk 1.4

2005-06-03 Thread Kurt Miller
From: "Todd C. Miller" <[EMAIL PROTECTED]> Same thing for jdk 1.5 - todd Both 1.4 and 1.5 committed. Thanks. 1.5 patch reminded me that I missed the rest of the tz fix from 1.4. Now it is fixed in 1.5 too. -Kurt