Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 722002
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- bcache.h    2020-07-14 21:54:35.570583614 +0900
0
++ bcache.h    2020-07-14 21:54:51.037632596 +0900
Lines 117-123 Link Here
117
extern const uint64_t crc_table[];
117
extern const uint64_t crc_table[];
118
inline uint64_t crc64(const void *_data, size_t len)
118
static inline uint64_t crc64(const void *_data, size_t len)
119
{
119
{
120
        uint64_t crc = 0xFFFFFFFFFFFFFFFFULL;
120
        uint64_t crc = 0xFFFFFFFFFFFFFFFFULL;
121
        const unsigned char *data = _data;
121
        const unsigned char *data = _data;

Return to bug 722002