]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Improve bug25398 changes again.
authorNick Mathewson <nickm@torproject.org>
Thu, 29 Mar 2018 11:38:55 +0000 (07:38 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 29 Mar 2018 11:38:55 +0000 (07:38 -0400)
changes/bug25398

index 3ea69c5b1e68d1a8365b669f2804ff76f8afbbbc..227a95d21aa197f853e02f431020f478c1085039 100644 (file)
@@ -1,3 +1,5 @@
   o New system requirements:
-    - Tor no longer compiles on systems without mmap() or some local
-      equivalent. Closes ticket 25398.
+    - Tor no longer tries to support systems without mmap() or some local
+      equivalent. Apparently, compilation on such systems has been broken for
+      some time, without anybody noticing or complaining. Closes ticket
+      25398.