[OpenBIOS] [commit] r776 - trunk/fcode-utils-devel/shared

repository service svn at openbios.org
Mon May 24 16:20:18 CEST 2010


Author: stepan
Date: Mon May 24 16:20:17 2010
New Revision: 776
URL: http://tracker.coreboot.org/trac/openbios/changeset/776

Log:
OpenSolaris amd64 support.

Signed-off-by: Andreas Faerber <afaerber at opensolaris.org>

Modified:
   trunk/fcode-utils-devel/shared/types.h

Modified: trunk/fcode-utils-devel/shared/types.h
==============================================================================
--- trunk/fcode-utils-devel/shared/types.h	Mon May 24 15:31:15 2010	(r775)
+++ trunk/fcode-utils-devel/shared/types.h	Mon May 24 16:20:17 2010	(r776)
@@ -52,7 +52,7 @@
 typedef int32_t s32;
 typedef u_int32_t u32;
 
-#elif defined(__sparc)
+#elif defined(__sun__)
 
 #include <sys/types.h>
 



More information about the OpenBIOS mailing list