Skip to content
Snippets Groups Projects
Commit 14bc4dcc authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

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/; }'
parent c3febf86
No related branches found
No related tags found
No related merge requests found
Showing with 22 additions and 18 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment