Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53090 Details for
Bug 84770
Patch to compile DB 3.2.9 against Java 5 (1.5)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch to rename the variable
db-3.2.9-fix-java5.patch (text/plain), 598 bytes, created by
Justin Clark
on 2005-03-10 11:09:41 UTC
(
hide
)
Description:
A patch to rename the variable
Filename:
MIME Type:
Creator:
Justin Clark
Created:
2005-03-10 11:09:41 UTC
Size:
598 bytes
patch
obsolete
>--- db-3.2.9/java/src/com/sleepycat/db/DbEnv.java.orig 2005-03-10 18:30:19.705147736 +0000 >+++ db-3.2.9/java/src/com/sleepycat/db/DbEnv.java 2005-03-10 18:03:07.930215232 +0000 >@@ -78,9 +78,9 @@ > // > /*package*/ void _notify_dbs() > { >- Enumeration enum = dblist_.elements(); >- while (enum.hasMoreElements()) { >- Db db = (Db)enum.nextElement(); >+ Enumeration en = dblist_.elements(); >+ while (en.hasMoreElements()) { >+ Db db = (Db)en.nextElement(); > db._notify_dbenv_close(); > } > dblist_.removeAllElements();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 84770
: 53090