Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 102016 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-5.2.14-x86_64-ptr-compat-fix.patch
boinc-5.2.14-x86_64-ptr-compat-fix.patch (text/plain), 301 bytes, created by
Orson Teodoro
on 2006-11-15 12:53:05 UTC
(
hide
)
Description:
boinc-5.2.14-x86_64-ptr-compat-fix.patch
Filename:
MIME Type:
Creator:
Orson Teodoro
Created:
2006-11-15 12:53:05 UTC
Size:
301 bytes
patch
obsolete
>--- boinc/lib/shmem.C.orig 2006-11-11 03:54:02.000000000 -0800 >+++ boinc/lib/shmem.C 2006-11-11 04:01:21.000000000 -0800 >@@ -129,7 +129,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