summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-03-10 06:57:57 +0000
committerNick Mathewson <nickm@torproject.org>2004-03-10 06:57:57 +0000
commit2f103ccf6f0663cd0fdf1e3e79a7ea2e6b0be541 (patch)
tree131b92f999b1a67beef2c2eb92ec80ccedecf7d1
parentd877aac5ad96528af9688b4e1ac05ce4242a6470 (diff)
downloadtor-2f103ccf6f0663cd0fdf1e3e79a7ea2e6b0be541.tar.gz
tor-2f103ccf6f0663cd0fdf1e3e79a7ea2e6b0be541.zip
Some stuff *should* be signed
svn:r1251
-rw-r--r--src/common/fakepoll.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/fakepoll.c b/src/common/fakepoll.c
index 8b9242e050..5b5d7daaf6 100644
--- a/src/common/fakepoll.c
+++ b/src/common/fakepoll.c
@@ -32,7 +32,8 @@
int
tor_poll(struct pollfd *ufds, unsigned int nfds, int timeout)
{
- unsigned int idx, maxfd, fd;
+ unsigned int idx;
+ int maxfd, fd;
int r;
#ifdef MS_WINDOWS
int any_fds_set = 0;