Fix a typo in the BSD patchset.

PR:		ports/153421
Submitted by:	Alexander Vasyanin (avasyanin at gmail dot com)
This commit is contained in:
Jung-uk Kim
2011-01-04 22:54:58 +00:00
parent 62b3b0d40f
commit 32105f4cb5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
PORTNAME= openjdk6
PORTVERSION= b20
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= java devel
MASTER_SITES= http://download.java.net/openjdk/jdk6/promoted/${PORTVERSION}/ \
https://jaxp.dev.java.net/files/documents/913/150648/:jaxp \
+1 -1
View File
@@ -15184,7 +15184,7 @@
+ return tz;
+ } else {
+ if (lstat(zoneinfo_file, &statbuf) == -1) {
+ retuen NULL;
+ return NULL;
+ }
}
- return tz;