summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/lib/dns/acache.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind9/lib/dns/acache.c')
-rw-r--r--contrib/bind9/lib/dns/acache.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/bind9/lib/dns/acache.c b/contrib/bind9/lib/dns/acache.c
index 863df35..6df9b98 100644
--- a/contrib/bind9/lib/dns/acache.c
+++ b/contrib/bind9/lib/dns/acache.c
@@ -1781,9 +1781,8 @@ dns_acache_setcleaninginterval(dns_acache_t *acache, unsigned int t) {
* function for more details about the logic.
*/
void
-dns_acache_setcachesize(dns_acache_t *acache, isc_uint32_t size) {
- isc_uint32_t lowater;
- isc_uint32_t hiwater;
+dns_acache_setcachesize(dns_acache_t *acache, size_t size) {
+ size_t hiwater, lowater;
REQUIRE(DNS_ACACHE_VALID(acache));
OpenPOWER on IntegriCloud