From ce6400edf1f4a8294f444b8c29d7fa7aae16e7f7 Mon Sep 17 00:00:00 2001 From: pjd Date: Wed, 3 Sep 2014 15:08:33 +0000 Subject: Use better type for i. --- lib/libnv/nvlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libnv/nvlist.c b/lib/libnv/nvlist.c index 4a3f0ba..9534fea 100644 --- a/lib/libnv/nvlist.c +++ b/lib/libnv/nvlist.c @@ -727,8 +727,8 @@ nvlist_recv(int sock) struct nvlist_header nvlhdr; nvlist_t *nvl, *ret; unsigned char *buf; - size_t nfds, size; - int serrno, i, *fds; + size_t nfds, size, i; + int serrno, *fds; if (buf_recv(sock, &nvlhdr, sizeof(nvlhdr)) == -1) return (NULL); -- cgit v1.1