From owner-freebsd-emulation Wed Mar 15 0:12:47 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 2B1D337B8BB for ; Wed, 15 Mar 2000 00:12:43 -0800 (PST) (envelope-from igiveup@ix.netcom.com) Received: from ix.netcom.com (user-2ini8gv.dialup.mindspring.com [165.121.34.31]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id DAA00571 for ; Wed, 15 Mar 2000 03:12:41 -0500 (EST) Message-ID: <38CF45F6.7316C9AD@ix.netcom.com> Date: Wed, 15 Mar 2000 00:12:38 -0800 From: Ben Speirs X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Subject: Patches to Wine work ... Almost Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I had to add an additional "#ifdef linux" to make it compile. See diff output below. Feel free to make corrections. I was just guessing based on the compiler errors. Thanks. -- -Ben Speirs (I'm not on the mailing list, hope you don't mind the input) diff -c -3 -p aspi.c.orig aspi.c *** aspi.c.orig Sun Mar 12 12:19:23 2000 --- aspi.c Tue Mar 14 23:54:34 2000 *************** HKEY_DYN_DATA *** 40,45 **** --- 40,46 ---- DEFAULT_DEBUG_CHANNEL(aspi); /* Internal function prototypes */ + #ifdef linux static void SCSI_GetProcinfo(); *************** SCSI_Init() *** 50,55 **** --- 51,57 ---- /* For now we just call SCSI_GetProcinfo */ SCSI_GetProcinfo(); } + #endif int ASPI_GetNumControllers() To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message