mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:12:06 -04:00
update printf format to match type
This commit is contained in:
parent
a04bb76973
commit
48ca11df5f
1 changed files with 1 additions and 1 deletions
|
|
@ -1857,7 +1857,7 @@ dump_msg(struct msghdr *msg) {
|
|||
printf("\tiov %p, iovlen %ld\n", msg->msg_iov,
|
||||
(long) msg->msg_iovlen);
|
||||
for (i = 0; i < (unsigned int)msg->msg_iovlen; i++)
|
||||
printf("\t\t%d\tbase %p, len %ld\n", i,
|
||||
printf("\t\t%u\tbase %p, len %ld\n", i,
|
||||
msg->msg_iov[i].iov_base,
|
||||
(long) msg->msg_iov[i].iov_len);
|
||||
#ifdef ISC_NET_BSD44MSGHDR
|
||||
|
|
|
|||
Loading…
Reference in a new issue