diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-09-09 12:54:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-09 12:54:27 -0400 |
commit | b0695c11ebfff4ca4dc6570e49e27c03ca65e8ab (patch) | |
tree | 357aeae2792ebebbe8045c2045b65e7f3384a427 /changes | |
parent | 4467799f45346a59c37de9337b24ace361cb8b6a (diff) | |
parent | 45ca0d2bfacc2ab54a5eb580ba8993a6919906a3 (diff) | |
download | tor-b0695c11ebfff4ca4dc6570e49e27c03ca65e8ab.tar tor-b0695c11ebfff4ca4dc6570e49e27c03ca65e8ab.tar.gz |
Merge remote-tracking branch 'public/gcc-295-fix' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3894 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3894 b/changes/bug3894 new file mode 100644 index 000000000..4c2220aba --- /dev/null +++ b/changes/bug3894 @@ -0,0 +1,4 @@ + o Build fixes: + - Clean up some code issues that prevented Tor from building on older + BSDs. Fixes bug 3894; reported by grarpamp. + |