[or-cvs] Some stuff *should* be signed

Nick Mathewson nickm at seul.org
Wed Mar 10 06:57:59 UTC 2004


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;



More information about the tor-commits mailing list