Subject: CVS commit: syssrc/sys/sys
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/19/2001 07:29:03
Module Name:	syssrc
Committed By:	lukem
Date:		Mon Nov 19 05:29:02 UTC 2001

Modified Files:
	syssrc/sys/sys: fnv_hash.h

Log Message:
In fnv_64_str(), replace u_register_t (which NetBSD doesn't have) with
Fnv32_t, since it's only going to store an 8 bit number anyway.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 syssrc/sys/sys/fnv_hash.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.