[or-cvs] more cleanup
Roger Dingledine
arma at seul.org
Wed Jan 12 12:22:28 UTC 2005
Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or
Modified Files:
main.c
Log Message:
more cleanup
Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.423
retrieving revision 1.424
diff -u -d -r1.423 -r1.424
--- main.c 12 Jan 2005 12:18:46 -0000 1.423
+++ main.c 12 Jan 2005 12:22:25 -0000 1.424
@@ -1194,7 +1194,7 @@
#ifdef SIGXFSZ
SIGXFSZ, /* handle file-too-big resource exhaustion */
#endif
- SIGCHLD, /* /* handle dns/cpu workers that exit */
+ SIGCHLD, /* handle dns/cpu workers that exit */
-1 };
static struct event signal_events[16]; /* bigger than it has to be. */
if (is_parent) {
More information about the tor-commits
mailing list