diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-30 12:27:19 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-30 12:58:49 -0500 |
commit | 35daf6f6029c3285b260f9a3f4287b2fa063c3eb (patch) | |
tree | a3622dca2c337393993a33089ef666cb33b5d30e /changes | |
parent | 29136bd7e4a671bf58dcc7c5d8d82fd63f9c66f7 (diff) | |
download | tor-35daf6f6029c3285b260f9a3f4287b2fa063c3eb.tar tor-35daf6f6029c3285b260f9a3f4287b2fa063c3eb.tar.gz |
Rename all of the macros in tor_queue.h to start with TOR_
Diffstat (limited to 'changes')
-rw-r--r-- | changes/rename_queue_macros | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/rename_queue_macros b/changes/rename_queue_macros new file mode 100644 index 000000000..29373ac23 --- /dev/null +++ b/changes/rename_queue_macros @@ -0,0 +1,6 @@ + o Major bugfixes: + - Rename all macros in our local copy of queue.h to begin with TOR_; + this seems the only good way to permanently prevent conflicts + with queue.h on various operating systems. Fixes bug 8107; bugfix on + 0.2.4.6-alpha. + |