From: Mark Andrews Date: Tue, 29 Jul 2003 04:22:53 +0000 (+0000) Subject: isc_int32_t -> isc_uint32_t X-Git-Tag: v9.2.3rc2~9^2~24 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3f40de5598aaf9fa1aa90d6eb82350152bc66ec8;p=thirdparty%2Fbind9.git isc_int32_t -> isc_uint32_t --- diff --git a/lib/isc/hash.c b/lib/isc/hash.c index 0971b8dff10..01d8cd92821 100644 --- a/lib/isc/hash.c +++ b/lib/isc/hash.c @@ -15,7 +15,7 @@ * 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 @@ -243,7 +243,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;