diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2014-09-03 15:08:33 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2014-09-03 15:08:33 +0000 |
| commit | 51d915e0d1fd1b862b91339c8e760ca4aa5f836b (patch) | |
| tree | 016186148eb81ddd6814e8b1d3eb7ed1286495ad /lib/libnv | |
| parent | 04cbbf596c3dda051bba794eb6b6d80735781bc2 (diff) | |
Notes
Diffstat (limited to 'lib/libnv')
| -rw-r--r-- | lib/libnv/nvlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libnv/nvlist.c b/lib/libnv/nvlist.c index 4a3f0bacf6b52..9534fea84d05c 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); |
