소스 검색

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;