mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Fix a typo in the BSD patchset.
PR: ports/153421 Submitted by: Alexander Vasyanin (avasyanin at gmail dot com)
This commit is contained in:
parent
62b3b0d40f
commit
32105f4cb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267395
@ -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 \
|
||||
|
@ -15184,7 +15184,7 @@
|
||||
+ return tz;
|
||||
+ } else {
|
||||
+ if (lstat(zoneinfo_file, &statbuf) == -1) {
|
||||
+ retuen NULL;
|
||||
+ return NULL;
|
||||
+ }
|
||||
}
|
||||
- return tz;
|
||||
|
Loading…
Reference in New Issue
Block a user