Date: Thu, 8 Nov 2001 01:05:53 -0800 From: Marcel Moolenaar <marcel@xcllnt.net> To: Mark Santcroos <marks@ripe.net> Cc: Dag-Erling Smorgrav <des@ofug.org>, emulation@FreeBSD.ORG Subject: Re: Linuxulator MFC and VMware Message-ID: <20011108010553.A2480@dhcp01.pn.xcllnt.net> In-Reply-To: <20011108074930.C27169@laptop.6bone.nl> References: <20011106170242.A1205@gauss.cup.hp.com> <xzpd72v9d1x.fsf@flood.ping.uio.no> <xzppu6u9096.fsf@flood.ping.uio.no> <20011108074930.C27169@laptop.6bone.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 08, 2001 at 07:49:30AM +0100, Mark Santcroos wrote: > > I posted a patch for this on current@ sometime ago, but no ports > committer seems to have interest to make the change. > (And the maintainer never respond to my emails) I tried the patch, but it's stale now: In file included from /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/hostif.c:59: /sys/sys/mutex.h:243: #error LOCK_DEBUG not defined, include <sys/lock.h> before <sys/mutex.h> *** Error code 1 Apply the following diff *after* applying the patch: --- hostif.c.~ Thu Nov 8 01:03:05 2001 +++ hostif.c Thu Nov 8 01:03:36 2001 @@ -55,10 +55,9 @@ #include <vm/vm.h> #include <vm/vm_param.h> +#include <sys/lock.h> #if __FreeBSD_version >= 500018 #include <sys/mutex.h> -#else -#include <sys/lock.h> #endif #include <vm/pmap.h> #include <vm/vm_map.h> -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011108010553.A2480>