]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
isc_int32_t -> isc_uint32_t
authorMark Andrews <marka@isc.org>
Tue, 29 Jul 2003 04:22:53 +0000 (04:22 +0000)
committerMark Andrews <marka@isc.org>
Tue, 29 Jul 2003 04:22:53 +0000 (04:22 +0000)
lib/isc/hash.c

index 0971b8dff1044bc985f1b5e798bc019f43ea7113..01d8cd928215c8ca409f0ac84ba66fb2480399e0 100644 (file)
@@ -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;