a03ae92cae
systems. It first helps you to install, configure and use Tor. It then reduces the task of anonymizing most applications to a single-click, including Firefox, Opera, Konqueror, Pidgin, Kopete, SSH, and IRC.For advanced users TorK provides detailed network information, and more, in an accessible manner. WWW: http://www.anonymityanywhere.com/tork/ Submitted by: Beat Gätzi <beat at chruetertee.ch>
10 lines
342 B
C
10 lines
342 B
C
--- src/tsocks/tsocks.c.orig 2008-02-10 23:39:35.000000000 +0100
|
|
+++ src/tsocks/tsocks.c 2008-02-10 23:44:16.000000000 +0100
|
|
@@ -572,6 +572,7 @@
|
|
int setevents = 0;
|
|
int monitoring = 0;
|
|
struct connreq *conn, *nextconn;
|
|
+ struct pollfd *ufds;
|
|
|
|
/* If we're not currently managing any requests we can just
|
|
* leave here */
|