[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] even better function start checks; give dmalloc a chance of...
Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv13047/src/or
Modified Files:
rephist.c
Log Message:
even better function start checks; give dmalloc a chance of working.
Index: rephist.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/rephist.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- rephist.c 30 Sep 2005 01:09:52 -0000 1.66
+++ rephist.c 30 Sep 2005 01:39:24 -0000 1.67
@@ -484,7 +484,8 @@
/** Allocate, initialize, and return a new bw_array.
*/
-static bw_array_t *bw_array_new(void)
+static bw_array_t *
+bw_array_new(void)
{
bw_array_t *b;
time_t start;