Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 122271 Details for
Bug 180127
emerge net-p2p/dclib-0.3.9 exits with errors
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
adds stdint.h include to compat.h
dclib-0.3.9-fix-int-typedefs.patch (text/plain), 378 bytes, created by
Edward Sheldrake
on 2007-06-16 21:36:49 UTC
(
hide
)
Description:
adds stdint.h include to compat.h
Filename:
MIME Type:
Creator:
Edward Sheldrake
Created:
2007-06-16 21:36:49 UTC
Size:
378 bytes
patch
obsolete
>diff -Naur dclib-0.3.9.orig/dclib/hash/compat.h dclib-0.3.9/dclib/hash/compat.h >--- dclib-0.3.9.orig/dclib/hash/compat.h 2007-06-16 21:55:12.000000000 +0100 >+++ dclib-0.3.9/dclib/hash/compat.h 2007-06-16 21:56:04.000000000 +0100 >@@ -34,6 +34,9 @@ > # ifndef u_int8_t > # include <sys/types.h> > # endif >+# ifndef uint64_t >+# include <stdint.h> >+# endif > > #endif // _WIN32 >
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 180127
:
120530
|
120532
| 122271