make changes file pass lintchanges

This commit is contained in:
Nick Mathewson 2018-03-22 08:49:08 -04:00
parent 946ed24ca5
commit 608aa62ec9
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
o Minor bugfixes (portability):
- Do not align mmap length, as it is not required by POSIX, and the
getpagesize function is deprecated. Fixes bug 25399.
getpagesize function is deprecated. Fixes bug 25399; bugfix on
0.1.1.23.