diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-02 18:54:47 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-02 18:54:47 +0000 |
commit | 60738daf854ee592b41a140dbc2ea226729c0deb (patch) | |
tree | 093a7ed23daeaf45b1b5ff383e473c9e606dcdac /ChangeLog | |
parent | 2d8f7a4ff63415568a30a20f3fbd067e9898b99b (diff) | |
download | tor-60738daf854ee592b41a140dbc2ea226729c0deb.tar.gz tor-60738daf854ee592b41a140dbc2ea226729c0deb.zip |
Define socklen_t before using it in compat.h
svn:r17444
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ Changes in version 0.2.1.8-alpha - 2008-??-?? - Do not mark smartlist_bsearch_idx() function as ATTR_PURE. This bug could make gcc generate non-functional binary search code. Bugfix on 0.2.0.10-alpha. + - Build correctly on platforms without socklen_t. o Minor features (controller): - Return circuit purposes in response to GETINFO circuit-status. Fixes |