diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-15 11:20:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-15 11:20:48 -0400 |
commit | 9f83142591dba5460f2cf09e49f716d5c7238f06 (patch) | |
tree | 558d1d3430532e7eb0b963e6ceba2b9e63d25cfa /changes/bug1031 | |
parent | 469b847c70c7cb801fa806e3336697866c1453d1 (diff) | |
parent | 30e2d41a650876793b75bef04a2e18cbf5bc3fd6 (diff) | |
download | tor-9f83142591dba5460f2cf09e49f716d5c7238f06.tar tor-9f83142591dba5460f2cf09e49f716d5c7238f06.tar.gz |
Merge remote-tracking branch 'public/bug1031'
Diffstat (limited to 'changes/bug1031')
-rw-r--r-- | changes/bug1031 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug1031 b/changes/bug1031 new file mode 100644 index 000000000..e3ab49b2b --- /dev/null +++ b/changes/bug1031 @@ -0,0 +1,5 @@ + o Code cleanup: + - Avoid use of reserved identifiers in our C code. The C standard + doesn't like us declaring anything that starts with an + underscore, so let's knock it off before we get in trouble. Fix + for bug 1031; bugfix on the first Tor commit. |