diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-16 14:31:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-16 14:34:17 -0400 |
commit | f35271bf3eceadd03bff26d34c1d020892d6c6f0 (patch) | |
tree | a74fad3643e97a71fdb5325d7d47d853dbb030b0 /changes/bug3894_more | |
parent | 75fc4dbbcabaedc715f0f9e883ccab1c9634e787 (diff) | |
download | tor-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_more | 4 |
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. + |