Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 41189 Details for
Bug 66476
nx-x11-1.4.0-r2 fails to compile on PPC
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for next_be for PPC
nx-x11-1.4.0.nxdesktop.parse.h.patch (text/plain), 570 bytes, created by
Nick Lassonde
on 2004-10-05 17:43:14 UTC
(
hide
)
Description:
patch for next_be for PPC
Filename:
MIME Type:
Creator:
Nick Lassonde
Created:
2004-10-05 17:43:14 UTC
Size:
570 bytes
patch
obsolete
>*** nxdesktop/parse.h.orig Tue Oct 5 17:00:22 2004 >--- nxdesktop/parse.h Tue Oct 5 17:00:25 2004 >*************** >*** 88,92 **** > > #else >- #define next_be(s,v) v = ((v) << 8) + *((s)->p++); > #define in_uint16_be(s,v) { v = *((s)->p++); next_be(s,v); } > #define in_uint32_be(s,v) { in_uint16_be(s,v); next_be(s,v); next_be(s,v); } >--- 88,91 ---- >*************** >*** 110,111 **** >--- 109,112 ---- > #define out_uint8a(s,v,n) out_uint8p(s,v,n); > #define out_uint8s(s,n) { memset((s)->p,0,n); (s)->p += n; } >+ >+ #define next_be(s,v) v = ((v) << 8) + *((s)->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 66476
: 41189