Date: Sun, 12 Sep 2004 13:45:34 -0400 From: Anish Mistry <mistry.7@osu.edu> To: Brian Fundakowski Feldman <green@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: Wine and mmap Message-ID: <200409121345.35186.mistry.7@osu.edu> In-Reply-To: <20040912145032.GZ928@green.homeunix.org> References: <47158390.20040827112834@ulstu.ru> <200409111955.13663.mistry.7@osu.edu> <20040912145032.GZ928@green.homeunix.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
[-- Attachment #2 --]
--- libs/wine/mmap.c.orig Mon Sep 6 01:23:40 2004
+++ libs/wine/mmap.c Mon Sep 6 01:23:46 2004
@@ -294,7 +294,7 @@
area = LIST_ENTRY( ptr, struct reserved_area, entry );
if (!area->base) return;
}
- reserve_dos_area();
+ /*reserve_dos_area();*/
}
#else /* HAVE_MMAP */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409121345.35186.mistry.7>
