mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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/; }'
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
o Code simplifications and refactoring:
|
||||
- Rename the "log.h" header to "torlog.h" so as to conflict with fewer
|
||||
system headers.
|
||||
|
||||
Reference in New Issue
Block a user