From 14bc4dcc229fe45af48986820020779b440149cb Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 9 Jul 2010 21:52:20 -0400 Subject: Rename log.h to torlog.h This should make us conflict less with system files named "log.h". Yes, we shouldn't have been conflicting with those anyway, but some people's compilers act very oddly. The actual change was done with one "git mv", by editing Makefile.am, and running find . -name '*.[ch]' | xargs perl -i -pe 'if (/^#include.*\Wlog.h/) {s/log.h/torlog.h/; }' --- src/tools/tor-checkkey.c | 2 +- src/tools/tor-gencert.c | 2 +- src/tools/tor-resolve.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools') diff --git a/src/tools/tor-checkkey.c b/src/tools/tor-checkkey.c index a24412499..94c8cbd44 100644 --- a/src/tools/tor-checkkey.c +++ b/src/tools/tor-checkkey.c @@ -6,7 +6,7 @@ #include #include #include "crypto.h" -#include "log.h" +#include "torlog.h" #include "../common/util.h" #include "compat.h" #include diff --git a/src/tools/tor-gencert.c b/src/tools/tor-gencert.c index 13a640cb8..bc99c24bd 100644 --- a/src/tools/tor-gencert.c +++ b/src/tools/tor-gencert.c @@ -29,7 +29,7 @@ #include "compat.h" #include "../common/util.h" -#include "../common/log.h" +#include "../common/torlog.h" #include "crypto.h" #include "address.h" diff --git a/src/tools/tor-resolve.c b/src/tools/tor-resolve.c index 2639d9e59..f5b0becaf 100644 --- a/src/tools/tor-resolve.c +++ b/src/tools/tor-resolve.c @@ -8,7 +8,7 @@ #include "compat.h" #include "../common/util.h" #include "address.h" -#include "../common/log.h" +#include "../common/torlog.h" #include #include -- cgit v1.2.3