NEWS: Claim support for Python 3.
[cascardo/ovs.git] / lib / hash.c
index 1042c97..aa898a3 100644 (file)
@@ -67,7 +67,7 @@ hash_words__(const uint32_t p[], size_t n_words, uint32_t basis)
 }
 
 uint32_t
-hash_words64__(const uint64_t p[], size_t n_words, uint64_t basis)
+hash_words64__(const uint64_t p[], size_t n_words, uint32_t basis)
 {
     return hash_words64_inline(p, n_words, basis);
 }