From owner-freebsd-emulation Wed May 24 9:55:43 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id B9AD437BCFC; Wed, 24 May 2000 09:55:39 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id RAA49431; Wed, 24 May 2000 17:55:36 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id RAA88694; Wed, 24 May 2000 17:55:32 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <200005241655.RAA88694@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: jake@FreeBSD.org Cc: phk@FreeBSD.org, mdodd@FreeBSD.org, freebsd-emulation@FreeBSD.org, Brian Somers Subject: queue.h mods MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <88686.959187329.1@hak.lan.Awfulhak.org> Date: Wed, 24 May 2000 17:55:32 +0100 From: Brian Somers Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I think your queue.h modifications have broken the emulators/vmware2 port. Are there any plans to fix it or shall I ? cc -O -pipe -I/usr/ports/emulators/vmware2/work/vmware-distrib/vmnet-only/freebsd -I/sys -DCDEV_MAJOR_=201 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I/usr/ports/emulators/vmware2/work/vmware-distrib/vmnet-only/freebsd -I/sys -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -c vmnet.c vmnet.c:70: syntax error before `vmnet_softc' vmnet.c:87: syntax error before `vmnet_softc' ...... $ cd /usr/ports/emulators/vmware2/work/vmware-distrib/vmnet-only/freebsd $ sed -n 65,75p vmnet.c #define DEB(x) #define DLog(level, fmt, args...) #endif /* DEBUG */ struct vmnet_softc { SLIST_ENTRY(vmnet_softc) list; dev_t dev; /* Back reference to device */ struct { struct arpcom arpcom; /* interface info */ } iface; -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message