diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-28 14:48:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-28 14:48:36 -0400 |
commit | 99641c93ce84f2e013c3dc2d96e368456b0ab930 (patch) | |
tree | 0438e20f97f67730dcb7e3f8f34105d9834d2070 /changes/bug25398 | |
parent | 2f872f9762128228e98f74bf7cb53aed54aee088 (diff) | |
download | tor-99641c93ce84f2e013c3dc2d96e368456b0ab930.tar.gz tor-99641c93ce84f2e013c3dc2d96e368456b0ab930.zip |
Make check-changes pass on changes/bug25398
Diffstat (limited to 'changes/bug25398')
-rw-r--r-- | changes/bug25398 | 5 |
1 files changed, 3 insertions, 2 deletions
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. |