aboutsummaryrefslogtreecommitdiff
path: root/changes/bug3894_more
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-05-16 14:31:36 -0400
committerNick Mathewson <nickm@torproject.org>2012-05-16 14:34:17 -0400
commitf35271bf3eceadd03bff26d34c1d020892d6c6f0 (patch)
treea74fad3643e97a71fdb5325d7d47d853dbb030b0 /changes/bug3894_more
parent75fc4dbbcabaedc715f0f9e883ccab1c9634e787 (diff)
downloadtor-f35271bf3eceadd03bff26d34c1d020892d6c6f0.tar.gz
tor-f35271bf3eceadd03bff26d34c1d020892d6c6f0.zip
Fix some more FreeBSD4 issues (based on a patch from grarpamp)
Apparently, freebsd 4 doesn't like malloc.h, needs sys/param.h for MIN/MAX, and doesn't have a SIZE_MAX. For bug 3894.
Diffstat (limited to 'changes/bug3894_more')
-rw-r--r--changes/bug3894_more4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3894_more b/changes/bug3894_more
new file mode 100644
index 0000000000..4c2220aba8
--- /dev/null
+++ b/changes/bug3894_more
@@ -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.
+