mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
isc_int32_t -> isc_uint32_t
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: hash.c,v 1.2 2003/07/25 02:22:26 marka Exp $ */
|
/* $Id: hash.c,v 1.3 2003/07/29 04:22:53 marka Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Some portion of this code was derived from universal hash function
|
* Some portion of this code was derived from universal hash function
|
||||||
@@ -243,7 +243,7 @@ isc_hash_ctxinit(isc_hash_t *hctx) {
|
|||||||
NULL, 0);
|
NULL, 0);
|
||||||
INSIST(result == ISC_R_SUCCESS);
|
INSIST(result == ISC_R_SUCCESS);
|
||||||
} else {
|
} else {
|
||||||
isc_int32_t pr;
|
isc_uint32_t pr;
|
||||||
unsigned int i, copylen;
|
unsigned int i, copylen;
|
||||||
unsigned char *p;
|
unsigned char *p;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user