]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Some stuff *should* be signed
authorNick Mathewson <nickm@torproject.org>
Wed, 10 Mar 2004 06:57:57 +0000 (06:57 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 10 Mar 2004 06:57:57 +0000 (06:57 +0000)
svn:r1251

src/common/fakepoll.c

index 8b9242e05061eb119276de9ef85cb57193436232..5b5d7daaf64947d55f22ece42347e168b2f1a7fa 100644 (file)
@@ -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;