Some stuff *should* be signed

svn:r1251
This commit is contained in:
Nick Mathewson 2004-03-10 06:57:57 +00:00
parent d877aac5ad
commit 2f103ccf6f

View 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;