From owner-freebsd-emulation@FreeBSD.ORG Thu Jul 28 09:47:41 2005 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85A0516A420; Thu, 28 Jul 2005 09:47:41 +0000 (GMT) (envelope-from julliard@winehq.org) Received: from wine.codeweavers.com (wine.codeweavers.com [198.144.15.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 108C543D48; Thu, 28 Jul 2005 09:47:40 +0000 (GMT) (envelope-from julliard@winehq.org) Received: from wine.dyndns.org (adsl-84-226-50-215.adslplus.ch [84.226.50.215]) (authenticated bits=0) by wine.codeweavers.com (8.12.8/8.12.8) with ESMTP id j6S9lIww021419 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 28 Jul 2005 04:47:20 -0500 Received: by wine.dyndns.org (Postfix, from userid 1000) id 6CDF34F8AB; Thu, 28 Jul 2005 11:47:33 +0200 (CEST) Sender: julliard@wine.dyndns.org To: "jean-marc DETREZ" References: <20050727212000.161C91A4282@smtp.cegetel.net> From: Alexandre Julliard Date: 28 Jul 2005 11:47:33 +0200 In-Reply-To: <20050727212000.161C91A4282@smtp.cegetel.net> Message-ID: <87mzo7feiy.fsf@wine.dyndns.org> Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Status: No, score=0.1 required=4.0 tests=FORGED_RCVD_HELO autolearn=failed version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on wine.codeweavers.com X-Virus-Scanned: ClamAV 0.80/588/Sun Nov 14 18:06:21 2004 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean Cc: wine-devel@winehq.com, emulation@freebsd.org, barner@freebsd.org Subject: Re: patch for libs/wine/mmap.c making wine running on FreeBSD 5.x X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2005 09:47:41 -0000 "jean-marc DETREZ" writes: > I made a little correction of "try_mmap_fixed" because it's seems to me > that the function didn't really test the result (vec). That's the way it should be, we don't care if the page is in core or not, we only want to know if something is mapped there. -- Alexandre Julliard julliard@winehq.org