From: Nick Mathewson Date: Wed, 10 Mar 2004 06:57:57 +0000 (+0000) Subject: Some stuff *should* be signed X-Git-Tag: debian-version-0.0.1+0.0.2pre25-1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f103ccf6f0663cd0fdf1e3e79a7ea2e6b0be541;p=thirdparty%2Ftor.git Some stuff *should* be signed svn:r1251 --- 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;