[OpenBIOS] r670 - trunk/fcode-utils-devel/shared

svn at openbios.org svn at openbios.org
Thu Jan 28 14:20:14 CET 2010


Author: stepan
Date: 2010-01-28 14:20:14 +0100 (Thu, 28 Jan 2010)
New Revision: 670

Modified:
   trunk/fcode-utils-devel/shared/types.h
Log:
Also use the APPLE section on x86/x64 systems.


Modified: trunk/fcode-utils-devel/shared/types.h
===================================================================
--- trunk/fcode-utils-devel/shared/types.h	2010-01-24 13:38:28 UTC (rev 669)
+++ trunk/fcode-utils-devel/shared/types.h	2010-01-28 13:20:14 UTC (rev 670)
@@ -39,7 +39,7 @@
  *
  **************************************************************************** */
 
-#if defined(__ppc__) && defined(__APPLE__)
+#if defined(__APPLE__)
 #include <sys/types.h>
 
 typedef int8_t s8;




More information about the OpenBIOS mailing list