From owner-freebsd-ports Wed Dec 17 01:16:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA25340 for ports-outgoing; Wed, 17 Dec 1997 01:16:49 -0800 (PST) (envelope-from owner-freebsd-ports) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA25319; Wed, 17 Dec 1997 01:16:41 -0800 (PST) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id EAA02416; Wed, 17 Dec 1997 04:16:24 -0500 (EST) (envelope-from toor) Message-Id: <199712170916.EAA02416@dyson.iquest.net> Subject: Re: Wine success story In-Reply-To: <199712170841.JAA20651@isdn-kukulies.dialup.rwth-aachen.de> from "Christoph P. Kukulies" at "Dec 17, 97 09:41:24 am" To: kuku@gilberto.physik.RWTH-Aachen.DE (Christoph P. Kukulies) Date: Wed, 17 Dec 1997 04:16:24 -0500 (EST) Cc: ports@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG From: "John S. Dyson" Reply-To: dyson@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Christoph P. Kukulies said: > > What I'm concerned about though is the fact of this unimplemented > MS_SYNC feature. That's why I'm cross posting this to -hackers also. > You are right, I neglected to define a symbol for MS_SYNC :-(. It has caused a few troubles, and I recently added an MS_SYNC to /sys/sys/mman.h in both -current and -stable (however, that does not retrofit CDROMS :-).) If you add a local definition of "0" to MS_SYNC in either your /usr/include/sys/mman.h file or in one of the wine include files, it should work: #define MS_SYNC 0 -- John | Never try to teach a pig to sing, dyson@freebsd.org | it just makes you look stupid, jdyson@nc.com | and it irritates the pig.