From: Nick Mathewson Date: Wed, 28 Mar 2018 18:48:36 +0000 (-0400) Subject: Make check-changes pass on changes/bug25398 X-Git-Tag: tor-0.3.4.1-alpha~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99641c93ce84f2e013c3dc2d96e368456b0ab930;p=thirdparty%2Ftor.git Make check-changes pass on changes/bug25398 --- diff --git a/changes/bug25398 b/changes/bug25398 index 5f3fd7f5ea..3ea69c5b1e 100644 --- a/changes/bug25398 +++ b/changes/bug25398 @@ -1,2 +1,3 @@ - o Minor bugfixes (portability): - - Remove uncompilable tor_mmap_file fallback. Fixes bug 25398. + o New system requirements: + - Tor no longer compiles on systems without mmap() or some local + equivalent. Closes ticket 25398.