FreeBSD Bugzilla – Attachment 214893 Details for
Bug 246761
security/afl++: fix build on powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
afl++.patch (text/plain), 845 bytes, created by
Piotr Kubaj
on 2020-05-27 01:50:50 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-05-27 01:50:50 UTC
Size:
845 bytes
patch
obsolete
>Index: files/patch-include_types.h >=================================================================== >--- files/patch-include_types.h (nonexistent) >+++ files/patch-include_types.h (working copy) >@@ -0,0 +1,11 @@ >+--- include/types.h.orig 2020-05-27 01:45:26 UTC >++++ include/types.h >+@@ -46,7 +46,7 @@ typedef uint32_t u32; >+ >+ */ >+ >+-#ifdef __x86_64__ >++#if defined(__x86_64__) || defined(__aarch64__) || defined(__powerpc64__) >+ typedef unsigned long long u64; >+ #else >+ typedef uint64_t u64; > >Property changes on: files/patch-include_types.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 246761
: 214893