shithub: gefs

Download patch

ref: 7f83f23bda5459b0a071b6cbcb9a11dedfabe433
parent: b031efd28e189077e0f04fd982f4cefc29043c55
author: Michael Forney <mforney@mforney.org>
date: Tue Feb 8 18:16:28 EST 2022

hash: make siphash return type match prototype

--- a/hash.c
+++ b/hash.c
@@ -95,7 +95,7 @@
 	return (v0 ^ v1) ^ (v2 ^ v3);
 }
 
-u64int
+uvlong
 siphash(void *src, usize len)
 {
 	static char key[16] = "gefsgefsgefsgefs";