Date: Wed, 24 May 2000 17:55:32 +0100 From: Brian Somers <brian@Awfulhak.org> To: jake@FreeBSD.org Cc: phk@FreeBSD.org, mdodd@FreeBSD.org, freebsd-emulation@FreeBSD.org, Brian Somers <brian@Awfulhak.org> Subject: queue.h mods Message-ID: <200005241655.RAA88694@hak.lan.Awfulhak.org>
next in thread | raw e-mail | index | archive | help
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 <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005241655.RAA88694>