Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 234529 Details for
Bug 294843
app-emulation/dosemu fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Adjust open calling parameters for GCC >4.3
dosemu-open.diff (text/plain), 417 bytes, created by
Drutsa Pavel
on 2010-06-08 14:43:53 UTC
(
hide
)
Description:
Adjust open calling parameters for GCC >4.3
Filename:
MIME Type:
Creator:
Drutsa Pavel
Created:
2010-06-08 14:43:53 UTC
Size:
417 bytes
patch
obsolete
>--- ./dosemu-1.4.0/src/tools/periph/dexeconfig.c~ 2010-06-02 23:05:47.000000000 +0300 >+++ ./dosemu-1.4.0/src/tools/periph/dexeconfig.c 2010-06-02 23:07:27.000000000 +0300 >@@ -238,7 +238,7 @@ > exit(1); > } > close(fd); >- fc = open(cfile, O_WRONLY | O_CREAT | O_TRUNC); >+ fc = open(cfile, O_WRONLY | O_CREAT | O_TRUNC, S_IREAD | S_IWRITE); > if (fc < 0) { > perror("cannot open config file"); > exit(1);
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 294843
:
211325
|
213261
| 234529