瀏覽代碼

Some stuff *should* be signed

svn:r1251
Nick Mathewson 22 年之前
父節點
當前提交
2f103ccf6f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/common/fakepoll.c

+ 2 - 1
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;