summaryrefslogtreecommitdiff
path: root/lib/dns/acache.c
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2013-08-14 11:10:02 +0000
committerErwin Lansing <erwin@FreeBSD.org>2013-08-14 11:10:02 +0000
commit98ec2cd1facbb6a0e284fd0bacab33fbafb76fb8 (patch)
tree2158e1c09a984412fbfaaf073f515cd4e8f1ea60 /lib/dns/acache.c
parent2f7409b5f669dbe3c0a8e58d8f526cb6ac4f64e1 (diff)
Notes
Diffstat (limited to 'lib/dns/acache.c')
-rw-r--r--lib/dns/acache.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/dns/acache.c b/lib/dns/acache.c
index 863df35535ffe..6df9b98386353 100644
--- a/lib/dns/acache.c
+++ b/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));