diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-06 10:39:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-06 10:39:14 -0400 |
commit | a54e94878a438a269659387b9e6eea84f7e12771 (patch) | |
tree | abe0843668d99a3b81aeb87b5a1e812106164f00 /changes/bug26994 | |
parent | a8bab72c378d7afe1f715c05b93d8328e93d85b7 (diff) | |
download | tor-a54e94878a438a269659387b9e6eea84f7e12771.tar.gz tor-a54e94878a438a269659387b9e6eea84f7e12771.zip |
Rename SEC identifier to BW_SEC in test_bwmgt.h
Apparently Solaris 10 defines SEC somewhere in its headers, causing
a compilation problem.
Fixes bug 26994; bugfix on 0.3.4.1-alpha.
Diffstat (limited to 'changes/bug26994')
-rw-r--r-- | changes/bug26994 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug26994 b/changes/bug26994 new file mode 100644 index 0000000000..664894a7fc --- /dev/null +++ b/changes/bug26994 @@ -0,0 +1,3 @@ + o Minor bugfixes (portability): + - Avoid a compilation error in test_bwmgt.c on Solaris 10. + Fixes bug 26994; bugfix on 0.3.4.1-alpha. |