]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
change type of where to uintptr_t
authorMark Andrews <marka@isc.org>
Sat, 23 Jun 2012 08:06:33 +0000 (18:06 +1000)
committerMark Andrews <marka@isc.org>
Sat, 23 Jun 2012 08:06:33 +0000 (18:06 +1000)
lib/dns/tests/rbt_test.c

index 7f867a9fe2337b528c432bdea88b16331ed4c0b9..ac58b971f7ed4e130d7aa3417a5b80ed36d2d3de 100644 (file)
@@ -101,7 +101,7 @@ write_data(FILE *file, unsigned char *datap, isc_uint32_t serial) {
        size_t ret = 0;
        data_holder_t *data = (data_holder_t *)datap;
        data_holder_t temp;
-       isc_uint64_t where = ftell(file);
+       uintptr_t where = ftell(file);
 
        UNUSED(serial);