Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 206539 Details for
Bug 288055
import working packages on x86-solaris
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libmms-0.4-solaris-bswap.patch
libmms-0.4-solaris-bswap.patch (text/plain), 975 bytes, created by
Daniel Vergien
on 2009-10-09 14:48:37 UTC
(
hide
)
Description:
libmms-0.4-solaris-bswap.patch
Filename:
MIME Type:
Creator:
Daniel Vergien
Created:
2009-10-09 14:48:37 UTC
Size:
975 bytes
patch
obsolete
>--- libmms-0.4.orig/src/bswap.h 2009-10-09 10:31:25.556324263 +0200 >+++ libmms-0.4/src/bswap.h 2009-10-09 10:31:39.029617775 +0200 >@@ -32,12 +32,12 @@ > * Oh, and one more thing -- they take *pointers*, not actual ints > */ > >-#define LE_16(val) (GINT16_FROM_LE (*((u_int16_t*)(val)))) >-#define BE_16(val) (GINT16_FROM_BE (*((u_int16_t*)(val)))) >-#define LE_32(val) (GINT32_FROM_LE (*((u_int32_t*)(val)))) >-#define BE_32(val) (GINT32_FROM_BE (*((u_int32_t*)(val)))) >+#define LE_16(val) (GINT16_FROM_LE (*((uint16_t*)(val)))) >+#define BE_16(val) (GINT16_FROM_BE (*((uint16_t*)(val)))) >+#define LE_32(val) (GINT32_FROM_LE (*((uint32_t*)(val)))) >+#define BE_32(val) (GINT32_FROM_BE (*((uint32_t*)(val)))) > >-#define LE_64(val) (GINT64_FROM_LE (*((u_int64_t*)(val)))) >-#define BE_64(val) (GINT64_FROM_BE (*((u_int64_t*)(val)))) >+#define LE_64(val) (GINT64_FROM_LE (*((uint64_t*)(val)))) >+#define BE_64(val) (GINT64_FROM_BE (*((uint64_t*)(val)))) > > #endif /* BSWAP_H_INCLUDED */
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 288055
:
206314
|
206535
|
206536
|
206538
| 206539