Merge remote-tracking branch 'public/close_file_mapping'

Conflicts:
	src/common/compat.h

Conflict was between replacement of MS_WINDOWS with _WIN32 in
master, and with removal of file_handle from tor_mmap_t struct in
close_file_mapping branch (for bug 5951 fix).
This commit is contained in:
Nick Mathewson
2012-05-31 12:38:11 -04:00
3 changed files with 17 additions and 13 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes:
- Don't hold a windows file handle open for every file mapping;
the file mapping handle is sufficient. Fix for bug 5951; bugfix on
0.1.2.1-alpha.