[or-cvs] r17867: {tor} Remove svn $Id$s from our source, and remove tor --version - (in tor/trunk: . src/common src/or src/tools src/win32)
nickm at seul.org
nickm at seul.org
Sun Jan 4 00:35:52 UTC 2009
Author: nickm
Date: 2009-01-03 19:35:51 -0500 (Sat, 03 Jan 2009)
New Revision: 17867
Modified:
tor/trunk/ChangeLog
tor/trunk/src/common/address.c
tor/trunk/src/common/address.h
tor/trunk/src/common/aes.c
tor/trunk/src/common/aes.h
tor/trunk/src/common/compat.c
tor/trunk/src/common/compat.h
tor/trunk/src/common/container.c
tor/trunk/src/common/container.h
tor/trunk/src/common/crypto.c
tor/trunk/src/common/crypto.h
tor/trunk/src/common/ht.h
tor/trunk/src/common/log.c
tor/trunk/src/common/log.h
tor/trunk/src/common/memarea.c
tor/trunk/src/common/memarea.h
tor/trunk/src/common/mempool.c
tor/trunk/src/common/mempool.h
tor/trunk/src/common/strlcpy.c
tor/trunk/src/common/test.h
tor/trunk/src/common/torgzip.c
tor/trunk/src/common/torgzip.h
tor/trunk/src/common/torint.h
tor/trunk/src/common/tortls.c
tor/trunk/src/common/tortls.h
tor/trunk/src/common/util.c
tor/trunk/src/common/util.h
tor/trunk/src/or/buffers.c
tor/trunk/src/or/circuitbuild.c
tor/trunk/src/or/circuitlist.c
tor/trunk/src/or/circuituse.c
tor/trunk/src/or/command.c
tor/trunk/src/or/config.c
tor/trunk/src/or/connection.c
tor/trunk/src/or/connection_edge.c
tor/trunk/src/or/connection_or.c
tor/trunk/src/or/control.c
tor/trunk/src/or/cpuworker.c
tor/trunk/src/or/directory.c
tor/trunk/src/or/dirserv.c
tor/trunk/src/or/dirvote.c
tor/trunk/src/or/dns.c
tor/trunk/src/or/dnsserv.c
tor/trunk/src/or/eventdns.c
tor/trunk/src/or/geoip.c
tor/trunk/src/or/hibernate.c
tor/trunk/src/or/main.c
tor/trunk/src/or/networkstatus.c
tor/trunk/src/or/ntmain.c
tor/trunk/src/or/onion.c
tor/trunk/src/or/or.h
tor/trunk/src/or/policies.c
tor/trunk/src/or/reasons.c
tor/trunk/src/or/relay.c
tor/trunk/src/or/rendclient.c
tor/trunk/src/or/rendcommon.c
tor/trunk/src/or/rendmid.c
tor/trunk/src/or/rendservice.c
tor/trunk/src/or/rephist.c
tor/trunk/src/or/router.c
tor/trunk/src/or/routerlist.c
tor/trunk/src/or/routerparse.c
tor/trunk/src/or/test.c
tor/trunk/src/or/test_data.c
tor/trunk/src/or/tor_main.c
tor/trunk/src/tools/tor-gencert.c
tor/trunk/src/tools/tor-resolve.c
tor/trunk/src/win32/orconfig.h
Log:
Remove svn $Id$s from our source, and remove tor --version --version.
The subversion $Id$ fields made every commit force a rebuild of
whatever file got committed. They were not actually useful for
telling the version of Tor files in the wild.
Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/ChangeLog 2009-01-04 00:35:51 UTC (rev 17867)
@@ -30,6 +30,12 @@
automatically give up after the 254th failure. Bugfix on
0.2.1.9-alpha.
+ o Deprecated and removed features:
+ - The old "tor --version --version" command, which would spit out the
+ subversion "Id" of most of the source files, is now removed. It
+ turned out to be less useful than we'd expected, and harder to
+ maintain.
+
o Code simplifications and refactoring:
- Change our header file guard macros to be less likely to conflict
with system headers. Adam Langley noticed that we were conflicting
Modified: tor/trunk/src/common/address.c
===================================================================
--- tor/trunk/src/common/address.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/address.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,9 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char address_c_id[] =
- "$Id$";
/**
* \file address.c
Modified: tor/trunk/src/common/address.h
===================================================================
--- tor/trunk/src/common/address.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/address.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,7 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file address.h
@@ -11,7 +10,6 @@
#ifndef _TOR_ADDRESS_H
#define _TOR_ADDRESS_H
-#define ADDRESS_H_ID "$Id$"
#include "orconfig.h"
#include "torint.h"
Modified: tor/trunk/src/common/aes.c
===================================================================
--- tor/trunk/src/common/aes.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/aes.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,8 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char aes_c_id[] = "$Id$";
/**
* \file aes.c
Modified: tor/trunk/src/common/aes.h
===================================================================
--- tor/trunk/src/common/aes.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/aes.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,13 +2,11 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/* Implements a minimal interface to counter-mode AES. */
#ifndef _TOR_AES_H
#define _TOR_AES_H
-#define AES_H_ID "$Id$"
/**
* \file aes.h
Modified: tor/trunk/src/common/compat.c
===================================================================
--- tor/trunk/src/common/compat.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/compat.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,9 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char compat_c_id[] =
- "$Id$";
/**
* \file compat.c
Modified: tor/trunk/src/common/compat.h
===================================================================
--- tor/trunk/src/common/compat.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/compat.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,11 +2,9 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
#ifndef _TOR_COMPAT_H
#define _TOR_COMPAT_H
-#define COMPAT_H_ID "$Id$"
#include "orconfig.h"
#include "torint.h"
Modified: tor/trunk/src/common/container.c
===================================================================
--- tor/trunk/src/common/container.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/container.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,9 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char container_c_id[] =
- "$Id$";
/**
* \file container.c
Modified: tor/trunk/src/common/container.h
===================================================================
--- tor/trunk/src/common/container.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/container.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,12 +2,9 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
#ifndef _TOR_CONTAINER_H
#define _TOR_CONTAINER_H
-#define CONTAINER_H_ID \
- "$Id$"
#include "util.h"
Modified: tor/trunk/src/common/crypto.c
===================================================================
--- tor/trunk/src/common/crypto.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/crypto.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char crypto_c_id[] =
- "$Id$";
/**
* \file crypto.c
Modified: tor/trunk/src/common/crypto.h
===================================================================
--- tor/trunk/src/common/crypto.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/crypto.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,7 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file crypto.h
@@ -13,7 +12,6 @@
#ifndef _TOR_CRYPTO_H
#define _TOR_CRYPTO_H
-#define CRYPTO_H_ID "$Id$"
#include <stdio.h>
#include "torint.h"
Modified: tor/trunk/src/common/ht.h
===================================================================
--- tor/trunk/src/common/ht.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/ht.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,13 +1,11 @@
/* Copyright 2002 Christopher Clark */
/* Copyright 2005 Nick Mathewson */
/* See license at end. */
-/* $Id$ */
/* Based on ideas by Christopher Clark and interfaces from Niels Provos. */
#ifndef _TOR_HT_H
#define _TOR_HT_H
-#define HT_H_ID "$Id$"
#define HT_HEAD(name, type) \
struct name { \
Modified: tor/trunk/src/common/log.c
===================================================================
--- tor/trunk/src/common/log.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/log.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,8 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char log_c_id[] = "$Id$";
/**
* \file log.c
Modified: tor/trunk/src/common/log.h
===================================================================
--- tor/trunk/src/common/log.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/log.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,7 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file log.h
@@ -12,7 +11,6 @@
**/
#ifndef _TOR_LOG_H
-#define LOG_H_ID "$Id$"
#include "compat.h"
Modified: tor/trunk/src/common/memarea.c
===================================================================
--- tor/trunk/src/common/memarea.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/memarea.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,6 +1,5 @@
/* Copyright (c) 2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/** \file memarea.c
* \brief Implementation for memarea_t, an allocator for allocating lots of
Modified: tor/trunk/src/common/memarea.h
===================================================================
--- tor/trunk/src/common/memarea.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/memarea.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,6 +1,5 @@
/* Copyright (c) 2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/* Tor dependencies */
#ifndef _TOR_MEMAREA_H
Modified: tor/trunk/src/common/mempool.c
===================================================================
--- tor/trunk/src/common/mempool.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/mempool.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,6 +1,5 @@
/* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
#if 1
/* Tor dependencies */
#include "orconfig.h"
Modified: tor/trunk/src/common/mempool.h
===================================================================
--- tor/trunk/src/common/mempool.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/mempool.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,6 +1,5 @@
/* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file mempool.h
Modified: tor/trunk/src/common/strlcpy.c
===================================================================
--- tor/trunk/src/common/strlcpy.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/strlcpy.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,4 +1,3 @@
-/* $Id$ */
/* $OpenBSD: strlcpy.c,v 1.2 1998/11/06 04:33:16 wvdputte Exp $ */
/*
Modified: tor/trunk/src/common/test.h
===================================================================
--- tor/trunk/src/common/test.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/test.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,11 +2,9 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
#ifndef _TOR_TEST_H
#define _TOR_TEST_H
-#define TEST_H_ID "$Id$"
/**
* \file test.h
Modified: tor/trunk/src/common/torgzip.c
===================================================================
--- tor/trunk/src/common/torgzip.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/torgzip.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,9 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char torgzip_c_id[] =
- "$Id$";
/**
* \file torgzip.c
Modified: tor/trunk/src/common/torgzip.h
===================================================================
--- tor/trunk/src/common/torgzip.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/torgzip.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,7 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file torgzip.h
@@ -11,7 +10,6 @@
#ifndef _TOR_TORGZIP_H
#define _TOR_TORGZIP_H
-#define TORGZIP_H_ID "$Id$"
/** Enumeration of what kind of compression to use. Only ZLIB_METHOD is
* guaranteed to be supported by the compress/uncompress functions here;
Modified: tor/trunk/src/common/torint.h
===================================================================
--- tor/trunk/src/common/torint.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/torint.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,7 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file torint.h
@@ -11,7 +10,6 @@
#ifndef _TOR_TORINT_H
#define _TOR_TORINT_H
-#define TORINT_H_ID "$Id$"
#include "orconfig.h"
Modified: tor/trunk/src/common/tortls.c
===================================================================
--- tor/trunk/src/common/tortls.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/tortls.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,9 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char tortls_c_id[] =
- "$Id$";
/**
* \file tortls.c
Modified: tor/trunk/src/common/tortls.h
===================================================================
--- tor/trunk/src/common/tortls.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/tortls.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,11 +2,9 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
#ifndef _TOR_TORTLS_H
#define _TOR_TORTLS_H
-#define TORTLS_H_ID "$Id$"
/**
* \file tortls.h
Modified: tor/trunk/src/common/util.c
===================================================================
--- tor/trunk/src/common/util.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/util.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,8 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char util_c_id[] = "$Id$";
/**
* \file util.c
Modified: tor/trunk/src/common/util.h
===================================================================
--- tor/trunk/src/common/util.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/common/util.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,7 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file util.h
@@ -11,7 +10,6 @@
#ifndef _TOR_UTIL_H
#define _TOR_UTIL_H
-#define UTIL_H_ID "$Id$"
#include "orconfig.h"
#include "torint.h"
Modified: tor/trunk/src/or/buffers.c
===================================================================
--- tor/trunk/src/or/buffers.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/buffers.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char buffers_c_id[] =
- "$Id$";
/**
* \file buffers.c
Modified: tor/trunk/src/or/circuitbuild.c
===================================================================
--- tor/trunk/src/or/circuitbuild.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/circuitbuild.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char circuitbuild_c_id[] =
- "$Id$";
/**
* \file circuitbuild.c
Modified: tor/trunk/src/or/circuitlist.c
===================================================================
--- tor/trunk/src/or/circuitlist.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/circuitlist.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char circuitlist_c_id[] =
- "$Id$";
/**
* \file circuitlist.c
Modified: tor/trunk/src/or/circuituse.c
===================================================================
--- tor/trunk/src/or/circuituse.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/circuituse.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char circuituse_c_id[] =
- "$Id$";
/**
* \file circuituse.c
Modified: tor/trunk/src/or/command.c
===================================================================
--- tor/trunk/src/or/command.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/command.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char command_c_id[] =
- "$Id$";
/**
* \file command.c
Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/config.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char config_c_id[] = \
- "$Id$";
/**
* \file config.c
@@ -698,7 +695,6 @@
static uint64_t config_parse_memunit(const char *s, int *ok);
static int config_parse_interval(const char *s, int *ok);
-static void print_svn_version(void);
static void init_libevent(void);
static int opt_streq(const char *s1, const char *s2);
/** Versions of libevent. */
@@ -3926,9 +3922,6 @@
if (argc > 1 && (!strcmp(argv[1],"--version"))) {
printf("Tor version %s.\n",get_version());
- if (argc > 2 && (!strcmp(argv[2],"--version"))) {
- print_svn_version();
- }
exit(0);
}
@@ -5229,107 +5222,3 @@
return 0;
}
-#include "aes.h"
-#include "ht.h"
-#include "test.h"
-
-extern const char address_c_id[];
-extern const char aes_c_id[];
-extern const char compat_c_id[];
-extern const char container_c_id[];
-extern const char crypto_c_id[];
-extern const char log_c_id[];
-extern const char torgzip_c_id[];
-extern const char tortls_c_id[];
-extern const char util_c_id[];
-
-extern const char buffers_c_id[];
-extern const char circuitbuild_c_id[];
-extern const char circuitlist_c_id[];
-extern const char circuituse_c_id[];
-extern const char command_c_id[];
-// extern const char config_c_id[];
-extern const char connection_c_id[];
-extern const char connection_edge_c_id[];
-extern const char connection_or_c_id[];
-extern const char control_c_id[];
-extern const char cpuworker_c_id[];
-extern const char directory_c_id[];
-extern const char dirserv_c_id[];
-extern const char dns_c_id[];
-extern const char hibernate_c_id[];
-extern const char main_c_id[];
-#ifdef NT_SERVICE
-extern const char ntmain_c_id[];
-#endif
-extern const char onion_c_id[];
-extern const char policies_c_id[];
-extern const char relay_c_id[];
-extern const char rendclient_c_id[];
-extern const char rendcommon_c_id[];
-extern const char rendmid_c_id[];
-extern const char rendservice_c_id[];
-extern const char rephist_c_id[];
-extern const char router_c_id[];
-extern const char routerlist_c_id[];
-extern const char routerparse_c_id[];
-
-/** Dump the version of every file to the log. */
-static void
-print_svn_version(void)
-{
- puts(ADDRESS_H_ID);
- puts(AES_H_ID);
- puts(COMPAT_H_ID);
- puts(CONTAINER_H_ID);
- puts(CRYPTO_H_ID);
- puts(HT_H_ID);
- puts(TEST_H_ID);
- puts(LOG_H_ID);
- puts(TORGZIP_H_ID);
- puts(TORINT_H_ID);
- puts(TORTLS_H_ID);
- puts(UTIL_H_ID);
- puts(address_c_id);
- puts(aes_c_id);
- puts(compat_c_id);
- puts(container_c_id);
- puts(crypto_c_id);
- puts(log_c_id);
- puts(torgzip_c_id);
- puts(tortls_c_id);
- puts(util_c_id);
-
- puts(OR_H_ID);
- puts(buffers_c_id);
- puts(circuitbuild_c_id);
- puts(circuitlist_c_id);
- puts(circuituse_c_id);
- puts(command_c_id);
- puts(config_c_id);
- puts(connection_c_id);
- puts(connection_edge_c_id);
- puts(connection_or_c_id);
- puts(control_c_id);
- puts(cpuworker_c_id);
- puts(directory_c_id);
- puts(dirserv_c_id);
- puts(dns_c_id);
- puts(hibernate_c_id);
- puts(main_c_id);
-#ifdef NT_SERVICE
- puts(ntmain_c_id);
-#endif
- puts(onion_c_id);
- puts(policies_c_id);
- puts(relay_c_id);
- puts(rendclient_c_id);
- puts(rendcommon_c_id);
- puts(rendmid_c_id);
- puts(rendservice_c_id);
- puts(rephist_c_id);
- puts(router_c_id);
- puts(routerlist_c_id);
- puts(routerparse_c_id);
-}
-
Modified: tor/trunk/src/or/connection.c
===================================================================
--- tor/trunk/src/or/connection.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/connection.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char connection_c_id[] =
- "$Id$";
/**
* \file connection.c
Modified: tor/trunk/src/or/connection_edge.c
===================================================================
--- tor/trunk/src/or/connection_edge.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/connection_edge.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char connection_edge_c_id[] =
- "$Id$";
/**
* \file connection_edge.c
Modified: tor/trunk/src/or/connection_or.c
===================================================================
--- tor/trunk/src/or/connection_or.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/connection_or.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char connection_or_c_id[] =
- "$Id$";
/**
* \file connection_or.c
Modified: tor/trunk/src/or/control.c
===================================================================
--- tor/trunk/src/or/control.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/control.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,9 +1,6 @@
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char control_c_id[] =
- "$Id$";
/**
* \file control.c
Modified: tor/trunk/src/or/cpuworker.c
===================================================================
--- tor/trunk/src/or/cpuworker.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/cpuworker.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,9 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char cpuworker_c_id[] =
- "$Id$";
/**
* \file cpuworker.c
Modified: tor/trunk/src/or/directory.c
===================================================================
--- tor/trunk/src/or/directory.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/directory.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,9 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char directory_c_id[] =
- "$Id$";
#include "or.h"
#if defined(EXPORTMALLINFO) && defined(HAVE_MALLOC_H) && defined(HAVE_MALLINFO)
Modified: tor/trunk/src/or/dirserv.c
===================================================================
--- tor/trunk/src/or/dirserv.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/dirserv.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,9 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char dirserv_c_id[] =
- "$Id$";
#define DIRSERV_PRIVATE
#include "or.h"
Modified: tor/trunk/src/or/dirvote.c
===================================================================
--- tor/trunk/src/or/dirvote.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/dirvote.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,9 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char dirvote_c_id[] =
- "$Id$";
#define DIRVOTE_PRIVATE
#include "or.h"
Modified: tor/trunk/src/or/dns.c
===================================================================
--- tor/trunk/src/or/dns.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/dns.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,9 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char dns_c_id[] =
- "$Id$";
/**
* \file dns.c
Modified: tor/trunk/src/or/dnsserv.c
===================================================================
--- tor/trunk/src/or/dnsserv.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/dnsserv.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,8 +1,5 @@
/* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char dnsserv_c_id[] =
- "$Id$";
/**
* \file dnsserv.c \brief Implements client-side DNS proxy server code. Note:
Modified: tor/trunk/src/or/eventdns.c
===================================================================
--- tor/trunk/src/or/eventdns.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/eventdns.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* The original version of this module was written by Adam Langley; for
* a history of modifications, check out the subversion logs.
*
Modified: tor/trunk/src/or/geoip.c
===================================================================
--- tor/trunk/src/or/geoip.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/geoip.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,8 +1,5 @@
/* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id: /tor/trunk/src/or/networkstatus.c 15493 2007-12-16T18:33:25.055570Z nickm $ */
-const char geoip_c_id[] =
- "$Id: /tor/trunk/src/or/networkstatus.c 15493 2007-12-16T18:33:25.055570Z nickm $";
/**
* \file geoip.c
Modified: tor/trunk/src/or/hibernate.c
===================================================================
--- tor/trunk/src/or/hibernate.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/hibernate.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,9 +1,6 @@
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char hibernate_c_id[] =
- "$Id$";
/**
* \file hibernate.c
Modified: tor/trunk/src/or/main.c
===================================================================
--- tor/trunk/src/or/main.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/main.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char main_c_id[] =
- "$Id$";
/**
* \file main.c
Modified: tor/trunk/src/or/networkstatus.c
===================================================================
--- tor/trunk/src/or/networkstatus.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/networkstatus.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char networkstatus_c_id[] =
- "$Id$";
/**
* \file networkstatus.c
Modified: tor/trunk/src/or/ntmain.c
===================================================================
--- tor/trunk/src/or/ntmain.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/ntmain.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,14 +2,10 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
#define MAIN_PRIVATE
#include "or.h"
-const char ntmain_c_id[] =
- "$Id$";
-
#include <tchar.h>
#define GENSRV_SERVICENAME TEXT("tor")
#define GENSRV_DISPLAYNAME TEXT("Tor Win32 Service")
Modified: tor/trunk/src/or/onion.c
===================================================================
--- tor/trunk/src/or/onion.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/onion.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char onion_c_id[] =
- "$Id$";
/**
* \file onion.c
Modified: tor/trunk/src/or/or.h
===================================================================
--- tor/trunk/src/or/or.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/or.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,7 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file or.h
@@ -12,7 +11,6 @@
#ifndef _TOR_OR_H
#define _TOR_OR_H
-#define OR_H_ID "$Id$"
#include "orconfig.h"
Modified: tor/trunk/src/or/policies.c
===================================================================
--- tor/trunk/src/or/policies.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/policies.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,9 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char policies_c_id[] = \
- "$Id$";
/**
* \file policies.c
Modified: tor/trunk/src/or/reasons.c
===================================================================
--- tor/trunk/src/or/reasons.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/reasons.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,9 +1,6 @@
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char reasons_c_id[] =
- "$Id$";
/**
* \file reasons.c
Modified: tor/trunk/src/or/relay.c
===================================================================
--- tor/trunk/src/or/relay.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/relay.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char relay_c_id[] =
- "$Id$";
/**
* \file relay.c
Modified: tor/trunk/src/or/rendclient.c
===================================================================
--- tor/trunk/src/or/rendclient.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/rendclient.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,9 +1,6 @@
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char rendclient_c_id[] =
- "$Id$";
/**
* \file rendclient.c
Modified: tor/trunk/src/or/rendcommon.c
===================================================================
--- tor/trunk/src/or/rendcommon.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/rendcommon.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,9 +1,6 @@
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char rendcommon_c_id[] =
- "$Id$";
/**
* \file rendcommon.c
Modified: tor/trunk/src/or/rendmid.c
===================================================================
--- tor/trunk/src/or/rendmid.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/rendmid.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,9 +1,6 @@
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char rendmid_c_id[] =
- "$Id$";
/**
* \file rendmid.c
Modified: tor/trunk/src/or/rendservice.c
===================================================================
--- tor/trunk/src/or/rendservice.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/rendservice.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,9 +1,6 @@
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char rendservice_c_id[] =
- "$Id$";
/**
* \file rendservice.c
Modified: tor/trunk/src/or/rephist.c
===================================================================
--- tor/trunk/src/or/rephist.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/rephist.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,9 +1,6 @@
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char rephist_c_id[] =
- "$Id$";
/**
* \file rephist.c
Modified: tor/trunk/src/or/router.c
===================================================================
--- tor/trunk/src/or/router.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/router.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char router_c_id[] =
- "$Id$";
#define ROUTER_PRIVATE
Modified: tor/trunk/src/or/routerlist.c
===================================================================
--- tor/trunk/src/or/routerlist.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/routerlist.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char routerlist_c_id[] =
- "$Id$";
/**
* \file routerlist.c
Modified: tor/trunk/src/or/routerparse.c
===================================================================
--- tor/trunk/src/or/routerparse.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/routerparse.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -3,9 +3,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char routerparse_c_id[] =
- "$Id$";
/**
* \file routerparse.c
Modified: tor/trunk/src/or/test.c
===================================================================
--- tor/trunk/src/or/test.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/test.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,9 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char test_c_id[] =
- "$Id$";
/* Ordinarily defined in tor_main.c; this bit is just here to provide one
* since we're not linking to tor_main.c */
Modified: tor/trunk/src/or/test_data.c
===================================================================
--- tor/trunk/src/or/test_data.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/test_data.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,9 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id: /tor/trunk/src/or/test.c 13338 2007-06-10T19:13:32.101740Z nickm $ */
-const char test_data_c_id[] =
- "$Id: /tor/trunk/src/or/test.c 13338 2007-06-10T19:13:32.101740Z nickm $";
/** First of 3 example authority certificates for unit testing. */
const char AUTHORITY_CERT_1[] =
Modified: tor/trunk/src/or/tor_main.c
===================================================================
--- tor/trunk/src/or/tor_main.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/or/tor_main.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,9 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
-const char tor_main_c_id[] =
- "$Id$";
/** String describing which Tor subversion repository version the source was
* built from. This string is generated by a bit of shell kludging int
Modified: tor/trunk/src/tools/tor-gencert.c
===================================================================
--- tor/trunk/src/tools/tor-gencert.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/tools/tor-gencert.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,6 +1,5 @@
/* Copyright (c) 2007-2008 The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id: /tor/trunk/src/tools/tor-resolve.c 12481 2007-04-21T17:27:19.371353Z nickm $ */
#include "orconfig.h"
Modified: tor/trunk/src/tools/tor-resolve.c
===================================================================
--- tor/trunk/src/tools/tor-resolve.c 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/tools/tor-resolve.c 2009-01-04 00:35:51 UTC (rev 17867)
@@ -2,7 +2,6 @@
* Copyright (c) 2007-2008, The Tor Project, Inc.
*/
/* See LICENSE for licensing information */
-/* $Id$ */
#include "orconfig.h"
Modified: tor/trunk/src/win32/orconfig.h
===================================================================
--- tor/trunk/src/win32/orconfig.h 2009-01-04 00:21:28 UTC (rev 17866)
+++ tor/trunk/src/win32/orconfig.h 2009-01-04 00:35:51 UTC (rev 17867)
@@ -1,4 +1,3 @@
-/* $Id */
/* orconfig.h for Windows -- This file is *not* generated by autoconf.
* Instead, it has to be hand-edited to keep Win32 happy.
*/
More information about the tor-commits
mailing list