summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-12 12:28:47 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-12 12:28:47 -0400
commit30e2d41a650876793b75bef04a2e18cbf5bc3fd6 (patch)
tree482dd50a214c1eab47dd62fd07fedff8bc21a2ef
parent56c0baa5234bbf035aefe51da756e201fc56c0dd (diff)
downloadtor-30e2d41a650876793b75bef04a2e18cbf5bc3fd6.tar.gz
tor-30e2d41a650876793b75bef04a2e18cbf5bc3fd6.zip
Changes file for bug 1031 (reserved C identifiers)
-rw-r--r--changes/bug10315
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug1031 b/changes/bug1031
new file mode 100644
index 0000000000..e3ab49b2bd
--- /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.