]> git.ipfire.org Git - thirdparty/tor.git/commit
Rename log.h to torlog.h
authorNick Mathewson <nickm@torproject.org>
Sat, 10 Jul 2010 01:52:20 +0000 (21:52 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 10 Jul 2010 02:05:38 +0000 (22:05 -0400)
commit14bc4dcc229fe45af48986820020779b440149cb
tree513ee7d878975353240bf41b4211b4ad2456133d
parentc3febf8660518f77ec890afe339c353dfcb61a87
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/; }'
20 files changed:
changes/RemoveLogHeader [new file with mode: 0644]
src/common/Makefile.am
src/common/address.c
src/common/aes.c
src/common/compat.c
src/common/compat_libevent.c
src/common/container.c
src/common/crypto.c
src/common/log.c
src/common/memarea.c
src/common/mempool.c
src/common/torgzip.c
src/common/torlog.h [moved from src/common/log.h with 100% similarity]
src/common/tortls.c
src/common/util.c
src/or/buffers.c
src/or/or.h
src/tools/tor-checkkey.c
src/tools/tor-gencert.c
src/tools/tor-resolve.c