summaryrefslogtreecommitdiff
path: root/ares_process.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2005-12-09 21:09:21 +0000
committerYang Tse <yangsita@gmail.com>2005-12-09 21:09:21 +0000
commit8e8403987f576d2e053a046050240ec6df12f974 (patch)
treec2b0e9c0b62532091ace68ee0fbb166f713b4853 /ares_process.c
parent513f4480614b06f32365262cc03dfb232fbefa4b (diff)
downloadc-ares-8e8403987f576d2e053a046050240ec6df12f974.tar.gz
c-ares-8e8403987f576d2e053a046050240ec6df12f974.tar.bz2
c-ares-8e8403987f576d2e053a046050240ec6df12f974.zip
Fix compiler warning
Diffstat (limited to 'ares_process.c')
-rw-r--r--ares_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_process.c b/ares_process.c
index 7662e02..93e7196 100644
--- a/ares_process.c
+++ b/ares_process.c
@@ -103,7 +103,7 @@ static void write_tcp_data(ares_channel channel, fd_set *write_fds, time_t now)
struct iovec *vec;
int i;
ssize_t scount;
- int wcount;
+ ssize_t wcount;
size_t n;
for (i = 0; i < channel->nservers; i++)