mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Some stuff *should* be signed
svn:r1251
This commit is contained in:
parent
d877aac5ad
commit
2f103ccf6f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user