Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2000 00:12:38 -0800
From:      Ben Speirs <igiveup@ix.netcom.com>
To:        freebsd-emulation@freebsd.org
Subject:   Patches to Wine work ... Almost
Message-ID:  <38CF45F6.7316C9AD@ix.netcom.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38CF45F6.7316C9AD>