commit 4c0c4d4ade2f5e87202055d44a1226c4af8397dc Author: Nick Mathewson nickm@torproject.org Date: Tue Aug 21 10:01:38 2018 -0400
Add changes file for 26873. I missed this when merging earlier. --- changes/bug26873 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/changes/bug26873 b/changes/bug26873 new file mode 100644 index 000000000..565f8bf0b --- /dev/null +++ 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".