[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Some stuff *should* be signed
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv3184/common
Modified Files:
fakepoll.c
Log Message:
Some stuff *should* be signed
Index: fakepoll.c
===================================================================
RCS file: /home/or/cvsroot/src/common/fakepoll.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- fakepoll.c 9 Mar 2004 22:01:16 -0000 1.17
+++ fakepoll.c 10 Mar 2004 06:57:57 -0000 1.18
@@ -31,8 +31,9 @@
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;