Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 102021 Details for
Bug 136862
setiathome, request for a new snapshot
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
boinc-4.72.20050813-gcc4-fix.patch
boinc-4.72.20050813-gcc4-fix.patch (text/plain), 315 bytes, created by
Orson Teodoro
on 2006-11-15 13:05:27 UTC
(
hide
)
Description:
boinc-4.72.20050813-gcc4-fix.patch
Filename:
MIME Type:
Creator:
Orson Teodoro
Created:
2006-11-15 13:05:27 UTC
Size:
315 bytes
patch
obsolete
>--- boinc_public/lib/shmem.C.orig 2005-11-11 02:46:07.000000000 +0100 >+++ boinc_public/lib/shmem.C 2005-11-11 02:46:20.000000000 +0100 >@@ -128,7 +128,7 @@ > return ERR_SHMGET; > } > p = shmat(id, 0, 0); >- if ((int)p == -1) { >+ if ((long)p == -1) { > return ERR_SHMAT; > } > *pp = p;
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 136862
:
102001
|
102002
|
102003
|
102004
|
102005
|
102006
|
102007
|
102008
|
102009
|
102010
|
102011
|
102012
|
102013
|
102014
|
102015
|
102016
|
102017
|
102018
|
102019
|
102020
|
102021
|
102027
|
102044
|
102111
|
102115
|
102244
|
102245
|
102264
|
102356
|
102432
|
111293