diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-01-08 08:06:14 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-01-08 08:06:14 +0000 |
commit | c373d9289d1987abe45e339b5aa37f05460e977f (patch) | |
tree | eacecf05ade498902c426d07b76ce3d5e1306ffe /lib/isc/log.c | |
parent | 49b7d963372f963c2eab9435fa69aa1f61326111 (diff) |
Notes
Diffstat (limited to 'lib/isc/log.c')
-rw-r--r-- | lib/isc/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isc/log.c b/lib/isc/log.c index 38f0c4ff51e6..dfe4fdfd497a 100644 --- a/lib/isc/log.c +++ b/lib/isc/log.c @@ -1146,7 +1146,7 @@ greatest_version(isc_logchannel_t *channel, int *greatestp) { char *basenam, *digit_end; const char *dirname; int version, greatest = -1; - unsigned int basenamelen; + size_t basenamelen; isc_dir_t dir; isc_result_t result; char sep = '/'; |