FreeBSD Bugzilla – Attachment 232915 Details for
Bug 262977
Preprocessor error in sys/contrib/zlib/crc32.c on arm64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Another patch to define both Z_U4 and Z_U8
b262977.diff (text/plain), 375 bytes, created by
Peter Jeremy
on 2022-04-03 08:57:44 UTC
(
hide
)
Description:
Another patch to define both Z_U4 and Z_U8
Filename:
MIME Type:
Creator:
Peter Jeremy
Created:
2022-04-03 08:57:44 UTC
Size:
375 bytes
patch
obsolete
>diff --git a/sys/contrib/zlib/zutil.h b/sys/contrib/zlib/zutil.h >index 834d30634c17..ce63dfa80e22 100644 >--- a/sys/contrib/zlib/zutil.h >+++ b/sys/contrib/zlib/zutil.h >@@ -29,6 +29,11 @@ > # include <stdlib.h> > #endif > >+#if defined(__FreeBSD__) && defined(Z_SOLO) >+# define Z_U8 __uint64_t >+# define Z_U4 __uint32_t >+#endif >+ > #ifndef local > # define local static > #endif
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 262977
:
232867
|
232914
|
232915
|
232919