Use better type for i.
This commit is contained in:
parent
04cbbf596c
commit
51d915e0d1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user