Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 129939 Details for
Bug 145446
app-emulation/bochs-2.3 released, version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixes upstream bug 1787289 that breaks build when --enable-compressed-hd
bochs-2.3-redolog-open.patch (text/plain), 487 bytes, created by
Carlo Marcelo Arenas Belon
on 2007-09-03 21:16:33 UTC
(
hide
)
Description:
fixes upstream bug 1787289 that breaks build when --enable-compressed-hd
Filename:
MIME Type:
Creator:
Carlo Marcelo Arenas Belon
Created:
2007-09-03 21:16:33 UTC
Size:
487 bytes
patch
obsolete
>--- iodev/hdimage.cc.orig 2007-09-02 17:37:28.000000000 -0700 >+++ iodev/hdimage.cc 2007-09-02 17:39:01.000000000 -0700 >@@ -1586,7 +1586,7 @@ > sprintf (logname, "%s%s", pathname, UNDOABLE_REDOLOG_EXTENSION); > } > >- if (redolog->open(logname,REDOLOG_SUBTYPE_UNDOABLE,size) < 0) >+ if (redolog->open(logname, REDOLOG_SUBTYPE_UNDOABLE) < 0) > { > if (redolog->create(logname, REDOLOG_SUBTYPE_UNDOABLE, size) < 0) > {
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 145446
:
99384
|
99385
| 129939