commit df874ed0f198156ca59bdca24259b229dbd55102 parent 700f5bcc43fb959927dd1cae4e2943d115144850 Author: Nick Mathewson <nickm@torproject.org> Date: Tue, 21 Aug 2018 10:01:41 -0400 Merge branch 'maint-0.3.3' into maint-0.3.4 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".