summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/mempool.h2
-rw-r--r--[-rwxr-xr-x]src/conf_class.c0
-rw-r--r--src/conf_lexer.c2
-rw-r--r--src/mempool.c2
4 files changed, 3 insertions, 3 deletions
diff --git a/include/mempool.h b/include/mempool.h
index 82bc747..591c066 100644
--- a/include/mempool.h
+++ b/include/mempool.h
@@ -32,7 +32,7 @@
/*! \file mempool.h
* \brief Pooling allocator
- * \version $Id: mempool.h 1652 2012-11-13 20:28:53Z michael $
+ * \version $Id$
*/
#ifndef TOR_MEMPOOL_H
diff --git a/src/conf_class.c b/src/conf_class.c
index f6551e8..f6551e8 100755..100644
--- a/src/conf_class.c
+++ b/src/conf_class.c
diff --git a/src/conf_lexer.c b/src/conf_lexer.c
index 35f2ac7..78c9f47 100644
--- a/src/conf_lexer.c
+++ b/src/conf_lexer.c
@@ -1647,7 +1647,7 @@ char *yytext;
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
- * $Id: conf_lexer.l 1644 2012-11-06 22:20:16Z michael $
+ * $Id$
*/
#line 31 "conf_lexer.l"
#include "stdinc.h"
diff --git a/src/mempool.c b/src/mempool.c
index 4713f16..78d535f 100644
--- a/src/mempool.c
+++ b/src/mempool.c
@@ -32,7 +32,7 @@
/*! \file mempool.c
* \brief A pooling allocator
- * \version $Id: mempool.c 1652 2012-11-13 20:28:53Z michael $
+ * \version $Id$
*/
#include "stdinc.h"