commit 4c0c4d4ade2f5e87202055d44a1226c4af8397dc parent 87aacbfbba2e2fee67de218b721c0bdb9a0ae73a Author: Nick Mathewson <nickm@torproject.org> Date: Tue, 21 Aug 2018 10:01:38 -0400 Add changes file for 26873. I missed this when merging earlier. Diffstat:
| A | changes/bug26873 | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/changes/bug26873 b/changes/bug26873 @@ -0,0 +1,4 @@ + o Minor bugfixes (portability): + - Fix compilation of the unit tests on GNU/Hurd, which does not + define PATH_MAX. Fixes bug 26873; bugfix on 0.3.3.1-alpha. + Patch from "paulusASol".