FreeBSD Bugzilla – Attachment 232914 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 possible patch for testing
zlib.patch (text/plain), 366 bytes, created by
Xin LI
on 2022-04-03 06:07:05 UTC
(
hide
)
Description:
Another possible patch for testing
Filename:
MIME Type:
Creator:
Xin LI
Created:
2022-04-03 06:07:05 UTC
Size:
366 bytes
patch
obsolete
>diff --git a/sys/contrib/zlib/zutil.h b/sys/contrib/zlib/zutil.h >index 834d30634c17..ffcd0883f69a 100644 >--- a/sys/contrib/zlib/zutil.h >+++ b/sys/contrib/zlib/zutil.h >@@ -29,6 +29,10 @@ > # include <stdlib.h> > #endif > >+#if defined(__FreeBSD__) && defined(Z_SOLO) && !defined(STDC) >+# define Z_U8 __uint64_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