projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
513f448
)
Fix compiler warning
author
Yang Tse
<yangsita@gmail.com>
Fri, 9 Dec 2005 21:09:21 +0000
(21:09 +0000)
committer
Yang Tse
<yangsita@gmail.com>
Fri, 9 Dec 2005 21:09:21 +0000
(21:09 +0000)
ares_process.c
patch
|
blob
|
history
diff --git
a/ares_process.c
b/ares_process.c
index 7662e028b34863664cbb26cdb16a7f39774b931b..93e7196e0f5de5ad47ee6dc77ada8068e9c77ae0 100644
(file)
--- 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;
-
in
t wcount;
+
ssize_
t wcount;
size_t n;
for (i = 0; i < channel->nservers; i++)