Declare i.

Reported by:	sbruno
This commit is contained in:
Pawel Jakub Dawidek 2014-09-03 15:06:47 +00:00
parent c7bf0f5006
commit 04cbbf596c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=271027

View File

@ -728,7 +728,7 @@ nvlist_recv(int sock)
nvlist_t *nvl, *ret;
unsigned char *buf;
size_t nfds, size;
int serrno, *fds;
int serrno, i, *fds;
if (buf_recv(sock, &nvlhdr, sizeof(nvlhdr)) == -1)
return (NULL);