FreeBSD Bugzilla – Attachment 224843 Details for
Bug 255763
net/ceph14: Update to 14.2.20
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix compile error in ceph14 with snappy
patch-src_compressor_snappy_SnappyCompressor.h.diff (text/plain), 574 bytes, created by
Willem Jan Withagen
on 2021-05-11 12:35:17 UTC
(
hide
)
Description:
fix compile error in ceph14 with snappy
Filename:
MIME Type:
Creator:
Willem Jan Withagen
Created:
2021-05-11 12:35:17 UTC
Size:
574 bytes
patch
obsolete
>diff --git a/src/compressor/snappy/SnappyCompressor.h b/src/compressor/snappy/SnappyCompressor.h >index 0cfb819cd9..99aa4727eb 100644 >--- src/compressor/snappy/SnappyCompressor.h >+++ src/compressor/snappy/SnappyCompressor.h >@@ -96,7 +96,7 @@ class SnappyCompressor : public Compressor { > if (qat_enabled) > return qat_accel.decompress(p, compressed_len, dst); > #endif >- snappy::uint32 res_len = 0; >+ std::uint32_t res_len = 0; > BufferlistSource source_1(p, compressed_len); > if (!snappy::GetUncompressedLength(&source_1, &res_len)) { > return -1;
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 255763
:
224823
| 224843