ports/emulators/wine-devel/files/patch-partial-reservation
Gerald Pfeifer bc02325067 Update to Wine 1.8 RC3. Just bugfixes on our way towards a release.
Pet overeager portlint (when it comes to patch format).
2015-12-07 21:31:25 +00:00

14 lines
408 B
Text

--- UTC
--- libs/wine/mmap.c
+++ libs/wine/mmap.c
@@ -380,6 +380,9 @@
reserve_area( base, end );
}
else reserve_area( user_space_limit, 0 );
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+ wine_mmap_remove_reserved_area( (char *)0x82000000, 0xffffffff - 0x82000000, 1 );
+#endif
/* reserve the DOS area if not already done */
ptr = list_head( &reserved_areas );