mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-13 14:18:48 -04:00
isc_int32_t -> isc_uint32_t
This commit is contained in:
parent
39ec601af3
commit
833a60b03d
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: hash.c,v 1.2.2.2 2003/07/25 08:21:45 marka Exp $ */
|
||||
/* $Id: hash.c,v 1.2.2.3 2003/07/29 04:30:07 marka Exp $ */
|
||||
|
||||
/*
|
||||
* Some portion of this code was derived from universal hash function
|
||||
|
|
@ -245,7 +245,7 @@ isc_hash_ctxinit(isc_hash_t *hctx) {
|
|||
NULL, 0);
|
||||
INSIST(result == ISC_R_SUCCESS);
|
||||
} else {
|
||||
isc_int32_t pr;
|
||||
isc_uint32_t pr;
|
||||
unsigned int i, copylen;
|
||||
unsigned char *p;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue