Make buz table const - dedup - deduplicating backup program HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit f89b55c039dbf0f804464ed2bdbcc413164af630 DIR parent a41b0b187818a9659dda1fee972b8a9946889020 HTML Author: sin <sin@2f30.org> Date: Fri, 8 Mar 2019 11:43:11 +0000 Make buz table const Diffstat: M chunker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/chunker.c b/chunker.c @@ -30,7 +30,7 @@ struct chunker { * exactly 50% chance that a XOR operation would flip all the bits in * the hash. */ -static uint32_t buz[] = { +static const uint32_t buz[] = { 0xbc9fa594,0x30a8f827,0xced627a7,0xdb46a745,0xcfa4a9e8,0x77cccb59,0xddb66276,0x3adc532f, 0xfe8b67d3,0x8155b59e,0x0c893666,0x1d757009,0x17394ee4,0x85d94c07,0xcacd52da,0x076c6f79, 0xead0a798,0x6c7ccb4a,0x2639a1b8,0x3aa5ae32,0x3e6218d2,0xb290d980,0xa5149521,0x4b426119,